Interface IObjectTypes
Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IObjectTypes : IObjectTypesDefinition
Properties
Objects
Declaration
IReadOnlyList<ObjectType> Objects { get; }
Property Value
| Type | Description |
|---|---|
| IRead |
Methods
GetObjects()
Declaration
IEnumerable<ObjectType> GetObjects()
Returns
| Type | Description |
|---|---|
| IEnumerable<Object |