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