Method | Description | |
---|---|---|
Description ( string longDesc, string shortDesc ) : System |
Minimal constructor for description which takes two parameters
|
|
Description ( string longDesc, string shortDesc, string descNote ) : System |
Full constructor for description which takes three parameters
|
|
descriptionParameters ( ) : string>>.List |
Method returns a formatted list of keyvaluepairs to be used as parameters for RS API calls - assumes a default format of descriptions[{0}]
|
|
descriptionParameters ( string keyFormat ) : string>>.List |
Method returns a formatted list of keyvaluepairs to be used as parameters for RS API calls
|
public Description ( string longDesc, string shortDesc ) : System | ||
longDesc | string | Long description |
shortDesc | string | Short description |
return | System |
public Description ( string longDesc, string shortDesc, string descNote ) : System | ||
longDesc | string | Long description |
shortDesc | string | Short description |
descNote | string | Notes for description |
return | System |
public descriptionParameters ( ) : string>>.List |
||
return | string>>.List |
public descriptionParameters ( string keyFormat ) : string>>.List |
||
keyFormat | string | |
return | string>>.List |