Interface IObjectType
Namespace: Xareus.Relations
Assembly: Xareus.Relations.dll
Syntax
public interface IObjectType
Properties
Name
Declaration
[DataMember]
string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Owner
The object holding this type
Declaration
IObject Owner { get; set; }
Property Value
Type | Description |
---|---|
IObject |
Type
Declaration
[DataMember]
Type Type { get; set; }
Property Value
Type | Description |
---|---|
Type |