Method |
Description |
|
CheckNeedConstructor ( ) : void |
|
|
CheckSupported ( ) : void |
|
|
CreateArrayTypeDesc ( ) : TypeDesc |
|
|
FindCommonBaseTypeDesc ( TypeDesc typeDescs ) : TypeDesc |
|
|
GetNullableTypeDesc ( Type type ) : TypeDesc |
|
|
IsDerivedFrom ( TypeDesc baseTypeDesc ) : bool |
|
|
TypeDesc ( Type type, bool isXsdType, XmlSchemaType dataType, string formatterName, TypeFlags flags ) : System |
|
|
TypeDesc ( Type type, string name, string fullName, TypeKind kind, TypeDesc baseTypeDesc, TypeFlags flags, TypeDesc arrayElementTypeDesc ) : System |
|
|
TypeDesc ( string name, string fullName, TypeKind kind, TypeDesc baseTypeDesc, TypeFlags flags ) : System |
|
|
TypeDesc ( string name, string fullName, XmlSchemaType dataType, TypeKind kind, TypeDesc baseTypeDesc, TypeFlags flags ) : System |
|
|
TypeDesc ( string name, string fullName, XmlSchemaType dataType, TypeKind kind, TypeDesc baseTypeDesc, TypeFlags flags, string formatterName ) : System |
|
|