C# Class System.Xml.Serialization.TypeData

Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Méthode Description
GetIndexerProperty ( Type collectionType ) : PropertyInfo
ToCSharpName ( Type type, bool full ) : string
TypeData ( Type type, string elementName, bool isPrimitive ) : System
TypeData ( Type type, string elementName, bool isPrimitive, TypeData mappedType, XmlSchemaPatternFacet facet ) : System

Private Methods

Méthode Description
CreateMissingAddMethodException ( Type type, string inheritFrom, Type argumentType ) : InvalidOperationException
GetGenericListItemType ( Type type ) : Type
IsKeyword ( string name ) : bool
TypeData ( string typeName, string fullTypeName, string xmlType, SchemaTypes schemaType, TypeData listItemTypeData ) : System

Method Details

GetIndexerProperty() public static méthode

public static GetIndexerProperty ( Type collectionType ) : PropertyInfo
collectionType System.Type
Résultat System.Reflection.PropertyInfo

ToCSharpName() public static méthode

public static ToCSharpName ( Type type, bool full ) : string
type System.Type
full bool
Résultat string

TypeData() public méthode

public TypeData ( Type type, string elementName, bool isPrimitive ) : System
type System.Type
elementName string
isPrimitive bool
Résultat System

TypeData() public méthode

public TypeData ( Type type, string elementName, bool isPrimitive, TypeData mappedType, XmlSchemaPatternFacet facet ) : System
type System.Type
elementName string
isPrimitive bool
mappedType TypeData
facet System.Xml.Schema.XmlSchemaPatternFacet
Résultat System