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