C# Class XLibrary.ActiveRecord

ファイルを表示 Open project: swax/CodePerspective Class Usage Examples

Public Properties

Property Type Description
Created System.DateTime
InstanceType System.Type
IsStatic bool
Number long
Ref System.WeakReference

Public Methods

Method Description
ActiveRecord ( long num, object obj ) : System

Private Methods

Method Description
GetField ( string name ) : FieldInfo

Method Details

ActiveRecord() public method

public ActiveRecord ( long num, object obj ) : System
num long
obj object
return System

Property Details

Created public_oe property

public DateTime,System Created
return System.DateTime

InstanceType public_oe property

public Type,System InstanceType
return System.Type

IsStatic public_oe property

public bool IsStatic
return bool

Number public_oe property

public long Number
return long

Ref public_oe property

public WeakReference,System Ref
return System.WeakReference