Class Relationship
关系类型的标注数据。
public sealed class Relationship : Annotation, IAnnotation
- 继承
-
Relationship
- 实现
- 继承成员
-
Annotation.SetProperty<T>(string, Optional<T>)
字段
members
关系成员。
public List<Guid> members
属性
Category
分类。
public Optional<string> Category { get; set; }
IsDirected
关系成员数据是否是有向的。
public bool IsDirected { get; set; }