Interface IWMEntity
Namespace: Quantellia.WMServer.Base
Assembly: WMServer.dll
Syntax
public interface IWMEntity
Properties
ID
Every World Modeler entity that is identifiable by a Unique GUID must implement this interface.
Declaration
string ID { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Because only the "get" accessor is defined, the value of ID should be set in the constructor of each class that implements this interface. If an ID needs to bre changed, the SetID method should bre used.