C# Class Xml.Schema.Linq.ListSimpleTypeValidator

Inheritance: SimpleTypeValidator
显示文件 Open project: o2platform/O2.Platform.Projects Class Usage Examples

Private Properties

Property Type Description
ToList System.Exception
ToString string
TryParseString System.Exception
TryParseValue System.Exception

Public Methods

Method Description
ListSimpleTypeValidator ( XmlSchemaSimpleType type, RestrictionFacets facets, SimpleTypeValidator itemType ) : System

Private Methods

Method Description
ToList ( object value, IList &list ) : Exception
ToString ( object value ) : string
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

ListSimpleTypeValidator() public method

public ListSimpleTypeValidator ( XmlSchemaSimpleType type, RestrictionFacets facets, SimpleTypeValidator itemType ) : System
type System.Xml.Schema.XmlSchemaSimpleType
facets RestrictionFacets
itemType SimpleTypeValidator
return System