Interface IEntityObject
Provides access to an Entity
Namespace: TimeCockpit.Data
Assembly: TimeCockpit.Data.dll
Syntax
public interface IEntityObject
Properties
ModelEntityName
Gets the name of the Entity
Declaration
string ModelEntityName { get; }
Property Value
Type | Description |
---|---|
System. |
ObjectUuid
Gets the System.
Declaration
Guid ObjectUuid { get; }
Property Value
Type | Description |
---|---|
System. |