C# Class Xml.Schema.Linq.UnionSimpleTypeValidator

Inheritance: SimpleTypeValidator
ファイルを表示 Open project: o2platform/O2.Platform.Projects Class Usage Examples

Private Properties

Property Type Description
TryParseValue System.Exception

Public Methods

Method Description
UnionSimpleTypeValidator ( XmlSchemaSimpleType type, RestrictionFacets facets, SimpleTypeValidator memberTypes ) : System

Private Methods

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

Method Details

UnionSimpleTypeValidator() public method

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