C# Class Lex.Db.DeletedObject

显示文件 Open project: demigor/lex.db.sync

Public Properties

Property Type Description
Key object
Ts System.DateTime

Public Methods

Method Description
DeletedObject ( object key, System.DateTime ts ) : System

Method Details

DeletedObject() public method

public DeletedObject ( object key, System.DateTime ts ) : System
key object
ts System.DateTime
return System

Property Details

Key public_oe property

public object Key
return object

Ts public_oe property

public DateTime,System Ts
return System.DateTime