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; }