C# Class LogStreamer.Message.Id

Inheritance: Message
Datei anzeigen 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_oe property

public string DatabaseName
return string

FirstUserOid public_oe property

public ulong FirstUserOid
return ulong

Guid public_oe property

public string Guid
return string

LastUserOid public_oe property

public ulong LastUserOid
return ulong