Interface IObject
Namespace: Xareus.Relations
Assembly: Xareus.Relations.dll
Syntax
public interface IObject
Properties
Name
The unique name of the object
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Types
The types this object holds
Declaration
HashSet<IObjectType> Types { get; set; }
Property Value
Type | Description |
---|---|
HashSet<IObjectType> |