C# Class System.Xml.Serialization.TypeDesc

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

Private Properties

Свойство Type Description
CheckNeedConstructor void
CheckSupported void
CreateArrayTypeDesc TypeDesc
FindCommonBaseTypeDesc TypeDesc
GetNullableTypeDesc TypeDesc
IsDerivedFrom bool
TypeDesc System
TypeDesc System
TypeDesc System
TypeDesc System
TypeDesc System

Méthodes publiques

Méthode Description
ToString ( ) : string

Private Methods

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

public ToString ( ) : string
Résultat string