Ema.v0_5.Relationship Class¶
Description¶
关系类型的标注数据。
Fields¶
members¶
- C#
public List<Guid> members
关系成员。
id¶
- C#
public Guid id
ID。
timestamp¶
- C#
public string timestamp
标注的最后修改时间。
featureType¶
- C#
public Optional<string> featureType
特性类型。
Properties¶
IsDirected¶
- C#
public bool IsDirected { get; set; }
关系成员数据是否是有向的。
Category¶
- C#
public Optional<string> Category { get; set; }
分类。
Name¶
- C#
public Optional<string> Name { get; set; }
名字。
Methods¶
GetID¶
- C#
public sealed Guid GetID()
获取ID。
GetProperty¶
- C#
public Optional<T> GetProperty(string key)
获取属性数据。
GetPropertyString¶
- C#
public Optional<string> GetPropertyString(string key)
获取属性字符串。
SetProperty¶
- C#
public void SetProperty(string key, Optional<T> value)
设置属性数据。