C# Class System.Xml.Serialization.TypeDesc

Show file Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
CheckNeedConstructor void
CheckSupported void
CreateArrayTypeDesc TypeDesc
FindCommonBaseTypeDesc TypeDesc
GetNullableTypeDesc TypeDesc
IsDerivedFrom bool
TypeDesc System
TypeDesc System
TypeDesc System
TypeDesc System
TypeDesc System

Public Methods

Method Description
ToString ( ) : string

Private Methods

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

Method Details

ToString() public method

public ToString ( ) : string
return string