Method | Description | |
---|---|---|
Clear ( ) : void | ||
CreateGetField ( int nIndex ) : |
||
CreateGetField ( string sName ) : |
||
GetEnumerator ( ) : System.Collections.IEnumerator | ||
GetField ( int nIndex ) : |
||
GetField ( string sName ) : |
||
NPLTable ( ) | ||
SetField ( int nIndex, |
||
SetField ( string sName, |
||
ToString ( ) : string | ||
this ( int nIndex ) : |
||
this ( string sName ) : |
public CreateGetField ( int nIndex ) : |
||
nIndex | int | |
return |
public CreateGetField ( string sName ) : |
||
sName | string | |
return |
public GetEnumerator ( ) : System.Collections.IEnumerator | ||
return | System.Collections.IEnumerator |
public GetField ( int nIndex ) : |
||
nIndex | int | |
return |
public GetField ( string sName ) : |
||
sName | string | |
return |
public SetField ( int nIndex, |
||
nIndex | int | |
obj | ||
return | void |
public SetField ( string sName, |
||
sName | string | |
obj | ||
return | void |
public this ( string sName ) : |
||
sName | string | |
return |