C# Class LogStreamer.Message.Id

Inheritance: Message
Show file Open project: StarcounterPrefabs/LogStreamer

Public Properties

Property Type Description
DatabaseName string
FirstUserOid ulong
Guid string
LastUserOid ulong

Public Methods

Method Description
Id ( Deserializer rd ) : System
Id ( string dbname, string guid, ulong first, ulong last ) : System
Serialize ( Serializer wr ) : void

Method Details

Id() public method

public Id ( Deserializer rd ) : System
rd Deserializer
return System

Id() public method

public Id ( string dbname, string guid, ulong first, ulong last ) : System
dbname string
guid string
first ulong
last ulong
return System

Serialize() public method

public Serialize ( Serializer wr ) : void
wr Serializer
return void

Property Details

DatabaseName public property

public string DatabaseName
return string

FirstUserOid public property

public ulong FirstUserOid
return ulong

Guid public property

public string Guid
return string

LastUserOid public property

public ulong LastUserOid
return ulong