Struct WorldMemberData
Assembly: SociallyDistant.Framework.dll
Syntax
public struct WorldMemberData : IWorldData, ISerializable<WorldRevision, IWorldSerializer>, IDataWithId
Properties
GroupId
Declaration
public ObjectId GroupId { get; set; }
Property Value
GroupType
Declaration
public MemberGroupType GroupType { get; set; }
Property Value
InstanceId
Declaration
public ObjectId InstanceId { get; set; }
Property Value
ProfileId
Declaration
public ObjectId ProfileId { get; set; }
Property Value
Methods
Serialize(IWorldSerializer)
Declaration
public void Serialize(IWorldSerializer serializer)
Parameters
Implements