Struct WorldPostData
Assembly: SociallyDistant.Framework.dll
Syntax
public struct WorldPostData : IWorldData, ISerializable<WorldRevision, IWorldSerializer>, IDataWithId, INarrativeObject
Constructors
WorldPostData()
Declaration
Properties
Author
Declaration
public ObjectId Author { 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
NarrativeId
Declaration
public string? NarrativeId { get; set; }
Property Value
Methods
Serialize(IWorldSerializer)
Declaration
public void Serialize(IWorldSerializer serializer)
Parameters
Implements