Interface IRelation
Namespace: Xareus.Relations
Assembly: Xareus.Relations.dll
Syntax
public interface IRelation
Properties
Name
The unique name of the relation
Declaration
string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ObjectPatterns
The object patterns defining this relation
Declaration
HashSet<ObjectPattern> ObjectPatterns { get; set; }
Property Value
| Type | Description |
|---|---|
| HashSet<ObjectPattern> |