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

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

공개 메소드들

메소드 설명
RestrictionFacets ( RestrictionFlags flags, object enumeration, int fractionDigits, int length, object maxExclusive, object maxInclusive, int maxLength, object minExclusive, object minInclusive, int minLength, string patterns, int totalDigits, XmlSchemaWhiteSpace whiteSpace ) : System

비공개 메소드들

메소드 설명
CompilePatterns ( string patternStrs ) : void

메소드 상세

RestrictionFacets() 공개 메소드

public RestrictionFacets ( RestrictionFlags flags, object enumeration, int fractionDigits, int length, object maxExclusive, object maxInclusive, int maxLength, object minExclusive, object minInclusive, int minLength, string patterns, int totalDigits, XmlSchemaWhiteSpace whiteSpace ) : System
flags RestrictionFlags
enumeration object
fractionDigits int
length int
maxExclusive object
maxInclusive object
maxLength int
minExclusive object
minInclusive object
minLength int
patterns string
totalDigits int
whiteSpace XmlSchemaWhiteSpace
리턴 System