C# Class CsDO.Lib.DataPool

Inheritance: Singleton
Exibir arquivo Open project: MonoBrasil/CsDO Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
New ( ) : DataPool
add ( DataObject data ) : void
remove ( DataObject data ) : void
this ( DataObject key ) : DataObject
this ( string key ) : DataObject

Private Methods

Method Description
AfterDelete ( DataObject sender, bool success ) : void
AfterInsert ( DataObject sender, bool success ) : void
BeforeInsert ( DataObject sender ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

New() public static method

public static New ( ) : DataPool
return DataPool

add() public method

public add ( DataObject data ) : void
data DataObject
return void

remove() public method

public remove ( DataObject data ) : void
data DataObject
return void

this() public method

public this ( DataObject key ) : DataObject
key DataObject
return DataObject

this() public method

public this ( string key ) : DataObject
key string
return DataObject