C# Class Xml.Schema.Linq.UnionSimpleTypeValidator

Inheritance: SimpleTypeValidator
Afficher le fichier Open project: o2platform/O2.Platform.Projects Class Usage Examples

Private Properties

Свойство Type Description
TryParseValue System.Exception

Méthodes publiques

Méthode Description
UnionSimpleTypeValidator ( XmlSchemaSimpleType type, RestrictionFacets facets, SimpleTypeValidator memberTypes ) : System

Private Methods

Méthode Description
TryParseValue ( object value, NameTable nameTable, Xml.Schema.Linq.XNamespaceResolver resolver, SimpleTypeValidator &matchingType, object &typedValue ) : Exception

Method Details

UnionSimpleTypeValidator() public méthode

public UnionSimpleTypeValidator ( XmlSchemaSimpleType type, RestrictionFacets facets, SimpleTypeValidator memberTypes ) : System
type System.Xml.Schema.XmlSchemaSimpleType
facets RestrictionFacets
memberTypes SimpleTypeValidator
Résultat System