BACnet.Ashrae.ReadPropertyConditionalRequest.ListOfSelectionCriteriaType.ListOfSelectionCriteriaType C# (CSharp) Method

ListOfSelectionCriteriaType() public method

public ListOfSelectionCriteriaType ( PropertyIdentifier propertyIdentifier, Option propertyArrayIndex, RelationSpecifierType relationSpecifier, GenericValue comparisonValue ) : System
propertyIdentifier PropertyIdentifier
propertyArrayIndex Option
relationSpecifier RelationSpecifierType
comparisonValue GenericValue
return System
            public ListOfSelectionCriteriaType(PropertyIdentifier propertyIdentifier, Option<uint> propertyArrayIndex, RelationSpecifierType relationSpecifier, GenericValue comparisonValue)
            {
                this.PropertyIdentifier = propertyIdentifier;
                this.PropertyArrayIndex = propertyArrayIndex;
                this.RelationSpecifier = relationSpecifier;
                this.ComparisonValue = comparisonValue;
            }
ReadPropertyConditionalRequest.ListOfSelectionCriteriaType