Class ElementAssociation
  
  
  
    Inheritance
    
    ElementAssociation
   
  
  
  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
  
  
    |
    Edit this page
  
  
    View Source
  
  
  ElementAssociation(Element, MtaServer)
  
  
  Declaration
  
    public ElementAssociation(Element element, MtaServer server)
   
  Parameters
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  Element
  
  
  Declaration
  
    public Element Element { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  IsGlobal
  
  
  Declaration
  
    public bool IsGlobal { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Player
  
  
  Declaration
  
    public Player? Player { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Server
  
  
  Declaration
  
    public MtaServer? Server { get; set; }
   
  Property Value