C# 클래스 Xml.Schema.Linq.UnionSimpleTypeValidator

상속: SimpleTypeValidator
파일 보기 프로젝트 열기: o2platform/O2.Platform.Projects 1 사용 예제들

Private Properties

프로퍼티 타입 설명
TryParseValue System.Exception

공개 메소드들

메소드 설명
UnionSimpleTypeValidator ( XmlSchemaSimpleType type, RestrictionFacets facets, SimpleTypeValidator memberTypes ) : System

비공개 메소드들

메소드 설명
TryParseValue ( object value, NameTable nameTable, Xml.Schema.Linq.XNamespaceResolver resolver, SimpleTypeValidator &matchingType, object &typedValue ) : Exception

메소드 상세

UnionSimpleTypeValidator() 공개 메소드

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