ConditionalProperty class | QSYS API Reference Guide
Defines a ConditionalProperty
Namespace: ASNA.QSys.Expo.Model Assembly: ASNA.QSys.Expo.Model.dll
Inheritance: Object
Remarks
Defines a ConditionalProperty.
A ConditionalProperty represents a collection of Conditional Values
The ConditionalProperty class instance may be instantiated with an array of Conditional Values, or from a string representation.
Here is an overview of Conditional Property concepts.
Constructors
Name | Description |
---|---|
ConditionalProperty() | Initializes a new instance of ConditionalProperty class |
ConditionalProperty(ConditionalValue[]) | Initializes a new instance of ConditionalProperty class to the ConditionalValue collection given. |
ConditionalProperty(String) | Initializes a new instance of ConditionalProperty class by de-serializing the given collection in the form of a string |
ConditionalProperty()
Initializes a new instance of ConditionalProperty class
ConditionalProperty()
ConditionalProperty(ConditionalValue[])
Initializes a new instance of ConditionalProperty class to the ConditionalValue collection given.
ConditionalProperty(ConditionalValue[])
Parameters
Type | Parameter name | Description |
---|---|---|
ConditionalValue[] | Property | Initial ConditionalValue collection |
ConditionalProperty(String)
Initializes a new instance of ConditionalProperty class by de-serializing the given collection in the form of a string
ConditionalProperty(String)
Parameters
Type | Parameter name | Description |
---|---|---|
String | propString | Serializes initial ConditionalValue collection |
Properties
Type | Name | Description |
---|---|---|
Boolean | IsGiven | Gets a boolean value indicating if the ConditionalValue collection is NOT empty |
ConditionalValue[] | Property | Gets or sets the ConditionalValue collection encapsulated by the Property |
Methods
Signature | Description |
---|---|
Reset() | Clears the encapsulated ConditionalValue collection |
ToString() | Serializes the ConditionalValue collection into a string. |
void Reset()
Clears the encapsulated ConditionalValue collection
void Reset()
string ToString()
Serializes the ConditionalValue collection into a string.
string ToString()