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