C# 클래스 System.Xml.Serialization.TypeData

파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

GetIndexerProperty() 공개 정적인 메소드

public static GetIndexerProperty ( Type collectionType ) : PropertyInfo
collectionType System.Type
리턴 System.Reflection.PropertyInfo

ToCSharpName() 공개 정적인 메소드

public static ToCSharpName ( Type type, bool full ) : string
type System.Type
full bool
리턴 string

TypeData() 공개 메소드

public TypeData ( Type type, string elementName, bool isPrimitive ) : System
type System.Type
elementName string
isPrimitive bool
리턴 System

TypeData() 공개 메소드

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
리턴 System