EcoResCategoryAttribute.pcGetSetReadOnlyModifier Method
Creates or deletes a modifier of the ReadOnly type depending on the specified value.
Syntax
edit PCHasReadOnlyModifier pcGetSetReadOnlyModifier(boolean _set, PCHasReadOnlyModifier _value)
Run On
Called
Parameters
- _set
Type: boolean
A Boolean value that indicates whether to create the modifier.
- _value
Type: PCHasReadOnlyModifier Extended Data Type
The current value when the set parameter is true.
Return Value
Type: PCHasReadOnlyModifier Extended Data Type
The value of the NoYes::Yes enumeration value if the category is to have a modifier of the ReadOnly type; otherwise, an NoYes::No enumeration value.
Remarks
This edit method is used in the PCProductConfigurationModelDetails form.