ContractParameter
Namespace: CCPEntities
Summary
ContractParameters is a collection of parameters available for contracts to implement. CCP has custom logic for every parameter.
Syncable
This object is syncable
Properties
|
|
Name
|
Type
|
FixedLength
|
MaxLength/Range
|
Identity
|
Summary
|
Value
|
|
ContractParameterId*
|
Edm.Int32
|
False
|
|
|
|
|
|
|
ParameterName*
|
Edm.String
|
False
|
255
|
|
Unique name to identify the parameter.
|
|
|
|
ParameterTypeName
|
SettingType
|
False
|
|
|
|
|
|
|
DefaultValue*
|
Edm.String
|
False
|
8192
|
|
The default value for the parameter.
|
|
|
|
IsDefaultParameter*
|
Edm.Boolean
|
False
|
|
|
When IsDefaultParameter is set to true the parameter is automatically added to every contract on creation
|
|
|
|
Deleted*
|
Edm.Boolean
|
False
|
|
|
|
|
|
|
LastUpdated
|
Edm.DateTime
|
False
|
|
|
|
|
Properties marked with a * are required
Additional Information
No additional information found