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