Struct WorldMessageData
Assembly: SociallyDistant.Framework.dll
Syntax
public struct WorldMessageData : IWorldData, ISerializable<WorldRevision, IWorldSerializer>, IDataWithId
Properties
Author
Declaration
public ObjectId Author { get; set; }
Property Value
ChannelId
Declaration
public ObjectId ChannelId { get; set; }
Property Value
Date
Declaration
public DateTime Date { get; set; }
Property Value
DocumentElements
Declaration
public IReadOnlyList<DocumentElement> DocumentElements { get; set; }
Property Value
InstanceId
Declaration
public ObjectId InstanceId { get; set; }
Property Value
Methods
Serialize(IWorldSerializer)
Declaration
public void Serialize(IWorldSerializer serializer)
Parameters
Implements