Struct WorldInternetServiceProviderData
Assembly: SociallyDistant.Framework.dll
Syntax
public struct WorldInternetServiceProviderData : IWorldData, ISerializable<WorldRevision, IWorldSerializer>, INarrativeObject, IDataWithId
Properties
CidrNetwork
Declaration
public string? CidrNetwork { get; set; }
Property Value
InstanceId
Declaration
public ObjectId InstanceId { get; set; }
Property Value
Name
Declaration
public string? Name { get; set; }
Property Value
NarrativeId
Declaration
public string? NarrativeId { get; set; }
Property Value
Methods
Serialize(IWorldSerializer)
Declaration
public void Serialize(IWorldSerializer serializer)
Parameters
Implements