C# Class XLibrary.InstanceRecord

Exibir arquivo Open project: swax/CodePerspective

Public Properties

Property Type Description
Active List
Created long
Deleted long

Public Methods

Method Description
Add ( object obj ) : bool

Returns true if new instance created

Remove ( object obj ) : bool

Return true if active count went for something to nothing

Method Details

Add() public method

Returns true if new instance created
public Add ( object obj ) : bool
obj object
return bool

Remove() public method

Return true if active count went for something to nothing
public Remove ( object obj ) : bool
obj object
return bool

Property Details

Active public_oe property

public List Active
return List

Created public_oe property

public long Created
return long

Deleted public_oe property

public long Deleted
return long