C# Класс Xml.Schema.Linq.ListSimpleTypeValidator

Наследование: SimpleTypeValidator
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ToList System.Exception
ToString string
TryParseString System.Exception
TryParseValue System.Exception

Открытые методы

Метод Описание
ListSimpleTypeValidator ( XmlSchemaSimpleType type, RestrictionFacets facets, SimpleTypeValidator itemType ) : System

Приватные методы

Метод Описание
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

Описание методов

ListSimpleTypeValidator() публичный Метод

public ListSimpleTypeValidator ( XmlSchemaSimpleType type, RestrictionFacets facets, SimpleTypeValidator itemType ) : System
type System.Xml.Schema.XmlSchemaSimpleType
facets RestrictionFacets
itemType SimpleTypeValidator
Результат System