Class Relationship
Annotated data for relationship types.
public sealed class Relationship : Annotation, IAnnotation
- Inheritance
-
Relationship
- Implements
- Inherited Members
-
Annotation.SetProperty<T>(string, Optional<T>)
Fields
members
Relationship members.
public List<Guid> members
Field Value
Properties
Category
Classification.
public Optional<string> Category { get; set; }
Property Value
IsDirected
Whether relationship member data is directed.
public bool IsDirected { get; set; }