Version

XsdValueConstraint Class Members

The following tables list the members exposed by XsdValueConstraint.

Protected Fields
 NameDescription
Protected FieldtargetValueNameFor internal use only. (Inherited from Infragistics.Win.Xml.Schema.XsdConstraintBase)
Protected FieldvalueConstraintFor internal use only. (Inherited from Infragistics.Win.Xml.Schema.XsdConstraintBase)
Public Properties
 NameDescription
Public PropertyConstraintReturns the object which contains all of the constraints found for the specified XSD value.  
Public PropertyDefaultValueReturns the default value for the target value.  
Public PropertyFoundValueReturns true if the target value was located in the XSD schema, else false.  
Public PropertyHasDefaultValueReturns true if the DefaultValue property has a non-null value.  
Public PropertyValueNameReturns the name of the target value.  
Public PropertyValueSetNameReturns the name of the valueset (i.e. complex type) from which the constraints are extracted. (Inherited from Infragistics.Win.Xml.Schema.XsdConstraintBase)
Protected Methods
 NameDescription
Protected MethodExtractConstraintsOverridden. Extracts all constraints placed on the value (i.e. simple type) found in the XSD.  
See Also