Method |
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 |
|
|