Class DummyElement
Dummy element
An element with no specific purpose, used within resource for resource root elements.
Assembly: SlipeServer.Server.dll
Syntax
public class DummyElement : Element
Properties
|
Edit this page
View Source
ElementType
The element type as per MTA's specifications. Multiple C# types can share the same MTA element type.
Declaration
public override ElementType ElementType { get; }
Property Value
Overrides
|
Edit this page
View Source
ElementTypeName
Declaration
public string ElementTypeName { get; set; }
Property Value
Methods
|
Edit this page
View Source
AssociateWith(MtaServer)
Declaration
public DummyElement AssociateWith(MtaServer server)
Parameters
Returns
Extension Methods