C# Class System.Data.SimpleType

Inheritance: ISerializable
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
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

Private Methods

Méthode Description
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