C# Class Xml.Schema.Linq.AtomicSimpleTypeValidator

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

Méthodes publiques

Méthode Description
AtomicSimpleTypeValidator ( XmlSchemaSimpleType type, RestrictionFacets facets ) : System

Private Methods

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

Method Details

AtomicSimpleTypeValidator() public méthode

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