Show / Hide Table of Contents

Class ElementAssociation

Inheritance
object
ElementAssociation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Elements
Assembly: SlipeServer.Server.dll
Syntax
public class ElementAssociation

Constructors

| Edit this page View Source

ElementAssociation(Element, Player)

Declaration
public ElementAssociation(Element element, Player player)
Parameters
Type Name Description
Element element
Player player
| Edit this page View Source

ElementAssociation(Element, MtaServer)

Declaration
public ElementAssociation(Element element, MtaServer server)
Parameters
Type Name Description
Element element
MtaServer server

Properties

| Edit this page View Source

Element

Declaration
public Element Element { get; }
Property Value
Type Description
Element
| Edit this page View Source

IsGlobal

Declaration
public bool IsGlobal { get; }
Property Value
Type Description
bool
| Edit this page View Source

Player

Declaration
public Player? Player { get; }
Property Value
Type Description
Player
| Edit this page View Source

Server

Declaration
public MtaServer? Server { get; set; }
Property Value
Type Description
MtaServer
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX