Struct WorldNewsData
Assembly: SociallyDistant.Framework.dll
Syntax
public struct WorldNewsData : IWorldData, ISerializable<WorldRevision, IWorldSerializer>, INarrativeObject, IDataWithId
Properties
Date
Declaration
public DateTime Date { 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