Enum Relation.Types.Relationship
Type of relationship between the primary entity (a) and related entity (b).
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public enum Relation.Types.Relationship
Fields
| Name | Description |
|---|---|
| Administers | Related entity is administered by the primary entity (e.g. user administers a group). |
| Contacts | Primary entity contacts the related entity. |
| DownloadedFrom | Primary entity may have been downloaded from the related entity. |
| Executes | Primary entity may have executed the related entity. |
| Member | Primary entity is a member of the related entity (e.g. user is a member of a group). |
| Owns | Related entity is owned by the primary entity (e.g. user owns device asset). |
| Unspecified | Default value |