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