Method | Description | |
---|---|---|
ClassCreator ( List |
Constructor for the
|
|
GetBuilder ( Criteria criteria ) : |
This is used to acquire a
|
|
GetInstance ( Criteria criteria ) : Object | ||
GetParameter ( String name ) : Parameter |
This is used to acquire the named
|
|
IsDefault ( ) : bool |
This is used to determine if this
|
|
ToString ( ) : String |
public ClassCreator ( List |
||
list | List |
/// this contains the list of all constructors /// |
index | Index | /// this contains all parameters for each constructor /// |
primary | /// this is the default no argument constructor /// | |
return | System.Collections.Generic |
public GetBuilder ( Criteria criteria ) : |
||
criteria | Criteria | /// this contains the criteria to be used /// |
return |
public GetInstance ( Criteria criteria ) : Object | ||
criteria | Criteria | /// this contains the criteria to be used /// |
return | Object |
public GetParameter ( String name ) : Parameter | ||
name | String | /// this is the name of the parameter to be acquired /// |
return | Parameter |