C# 클래스 System.Data.SimpleType

상속: ISerializable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CanHaveMaxLength bool
ConvertToAnnonymousSimpleType void
CreateByteArrayType SimpleType
CreateEnumeratedType SimpleType
CreateLimitedStringType SimpleType
CreateSimpleType SimpleType
HasConflictingDefinition string
ISerializable void
IsPlainString bool
LoadTypeValues void
QualifiedName string
SimpleType System.Xml
SimpleType System.Xml
SimpleType System.Xml
ToNode System.Xml.XmlNode

비공개 메소드들

메소드 설명
CanHaveMaxLength ( ) : bool
ConvertToAnnonymousSimpleType ( ) : void
CreateByteArrayType ( string encoding ) : SimpleType
CreateEnumeratedType ( string values ) : SimpleType
CreateLimitedStringType ( int length ) : SimpleType
CreateSimpleType ( StorageType typeCode, Type type ) : SimpleType
HasConflictingDefinition ( SimpleType otherSimpleType ) : string
ISerializable ( SerializationInfo info, StreamingContext context ) : void
IsPlainString ( ) : bool
LoadTypeValues ( XmlSchemaSimpleType node ) : void
QualifiedName ( string name ) : string
SimpleType ( SerializationInfo info, StreamingContext context ) : System.Xml
SimpleType ( XmlSchemaSimpleType node ) : System.Xml
SimpleType ( string baseType ) : System.Xml
ToNode ( XmlDocument dc, Hashtable prefixes, bool inRemoting ) : XmlNode