The following tables list the members exposed by XsdValueSetConstraint.
Name | Description | |
---|---|---|
![]() | XsdValueSetConstraint Constructor | Creates an XsdValueSetConstraint and initializes it with the constraint information found in in the 'xpathDoc' argument. |
Name | Description | |
---|---|---|
![]() | targetValueName | For internal use only. (Inherited from Infragistics.Win.Xml.Schema.XsdConstraintBase) |
![]() | valueConstraint | For internal use only. (Inherited from Infragistics.Win.Xml.Schema.XsdConstraintBase) |
Name | Description | |
---|---|---|
![]() | FoundValueSet | Returns true if the target valueset was found, else false. |
![]() | HasMaxOccurrences | Returns true if the MaxOccurrences property has a meaningful value. |
![]() | HasMinOccurrences | Returns true if the MinOccurrences property has a meaningful value. |
![]() | IsMaxOccurrencesUnbounded | Returns true if the target valueset can occur an infinte number of times. |
![]() | MaxOccurrences | Returns the maximum number of times that instances of this valueset can occur (inclusive). |
![]() | MinOccurrences | Returns the minimum number of times that instances of this valueset can occur (inclusive). |
![]() | ValueSetName | Returns the name of the valueset (i.e. complex type) from which the constraints are extracted. (Inherited from Infragistics.Win.Xml.Schema.XsdConstraintBase) |
Name | Description | |
---|---|---|
![]() | GetConstraintsOnXsdValue | Returns the constraints placed on an XSD value (i.e. an 'xs:simpleType'). If the target valueset was not found in the XSD schema, this property will return null. |
Name | Description | |
---|---|---|
![]() | ExtractConstraints | Overridden. Determines the values for MinOccurrences and MaxOccurrences. |