Struct WorldRelationshipData
Assembly: SociallyDistant.Framework.dll
Syntax
public struct WorldRelationshipData : IWorldData, ISerializable<WorldRevision, IWorldSerializer>, IDataWithId
Properties
InstanceId
Declaration
public ObjectId InstanceId { get; set; }
Property Value
Source
Declaration
public ObjectId Source { get; set; }
Property Value
Target
Declaration
public ObjectId Target { get; set; }
Property Value
Type
Declaration
public RelationshipType Type { get; set; }
Property Value
Methods
Serialize(IWorldSerializer)
Declaration
public void Serialize(IWorldSerializer serializer)
Parameters
Implements