Свойство | Тип | Описание | |
---|---|---|---|
applicableMemberAttributes | Platform.Xml.Serialization.XmlSerializationAttribute[] | ||
applicableTypeAttributes | Platform.Xml.Serialization.XmlSerializationAttribute[] | ||
getterSetter | IGetterSetter | ||
memberInfo | |||
polymorphicTypeProvider | IXmlDynamicTypeProvider | ||
returnType | |||
serializeAsCData | bool | ||
serializeAsValueNodeAttributeName | string | ||
serializeIfNull | bool | ||
serializedName | string | ||
serializedNamespace | string | ||
serializedNodeType | System.Xml.XmlNodeType | ||
treatAsNullIfEmpty | bool | ||
typeSerializer | |||
typeSerializerCache | TypeSerializerCache |
Метод | Описание | |
---|---|---|
Equals ( object obj ) : bool | ||
GetApplicableAttributes ( |
||
GetApplicableAttributes ( bool includeTypeAttributes, |
||
GetApplicableAttributes ( bool includeTypeAttributes, bool includeAttributeSubclasses, |
||
GetFirstApplicableAttribute ( |
||
GetFirstApplicableAttribute ( bool includeTypeAttributes ) : |
||
GetFirstApplicableAttribute ( bool includeTypeAttributes, |
||
GetHashCode ( ) : int | ||
GetReturnType ( |
||
GetReturnType ( object obj ) : |
||
GetSerializer ( |
||
GetSerializer ( object obj ) : |
||
GetValue ( object obj ) : object | ||
HasApplicableAttribute ( |
||
SerializationMemberInfo ( |
||
SerializationMemberInfo ( |
||
SetValue ( object obj, object val ) : void | ||
WalkApplicableAttributes ( bool includeTypeAttributes, bool includeAttributeSubclasses, |
Метод | Описание | |
---|---|---|
Scan ( |
Prescans the type.
|
Метод | Описание | |
---|---|---|
ExtractApplicableAttributes ( object attributes, |
||
GetAttributeDeclaringType ( |
||
GetCustomAttributes ( |
||
GetDeclaredType ( |
||
LoadAttributes ( |
public GetApplicableAttributes ( |
||
types | ||
Результат | Platform.Xml.Serialization.XmlSerializationAttribute[] |
public GetApplicableAttributes ( bool includeTypeAttributes, |
||
includeTypeAttributes | bool | |
types | ||
Результат | Platform.Xml.Serialization.XmlSerializationAttribute[] |
public GetApplicableAttributes ( bool includeTypeAttributes, bool includeAttributeSubclasses, |
||
includeTypeAttributes | bool | |
includeAttributeSubclasses | bool | |
types | ||
Результат | Platform.Xml.Serialization.XmlSerializationAttribute[] |
public GetFirstApplicableAttribute ( |
||
type | ||
Результат |
public GetFirstApplicableAttribute ( bool includeTypeAttributes ) : |
||
includeTypeAttributes | bool | |
Результат |
public GetFirstApplicableAttribute ( bool includeTypeAttributes, |
||
includeTypeAttributes | bool | |
type | ||
Результат |
public GetReturnType ( |
||
reader | ||
Результат |
public GetReturnType ( object obj ) : |
||
obj | object | |
Результат |
public GetSerializer ( |
||
reader | ||
Результат |
public GetSerializer ( object obj ) : |
||
obj | object | |
Результат |
public HasApplicableAttribute ( |
||
attributeType | ||
Результат | bool |
protected Scan ( |
||
options | ||
includeIfUnattributed | bool | |
Результат | void |
public SerializationMemberInfo ( |
||
memberInfo | ||
options | ||
cache | TypeSerializerCache | |
Результат | System |
public SerializationMemberInfo ( |
||
memberInfo | ||
options | ||
cache | TypeSerializerCache | |
includeIfUnattributed | bool | |
Результат | System |
public SetValue ( object obj, object val ) : void | ||
obj | object | |
val | object | |
Результат | void |
public WalkApplicableAttributes ( bool includeTypeAttributes, bool includeAttributeSubclasses, |
||
includeTypeAttributes | bool | |
includeAttributeSubclasses | bool | |
types | ||
Результат | System.Collections.Generic.IEnumerable |
protected XmlSerializationAttribute[],Platform.Xml.Serialization applicableMemberAttributes | ||
Результат | Platform.Xml.Serialization.XmlSerializationAttribute[] |
protected XmlSerializationAttribute[],Platform.Xml.Serialization applicableTypeAttributes | ||
Результат | Platform.Xml.Serialization.XmlSerializationAttribute[] |
protected MemberInfo,System.Reflection memberInfo | ||
Результат |
protected IXmlDynamicTypeProvider polymorphicTypeProvider | ||
Результат | IXmlDynamicTypeProvider |
protected string serializeAsValueNodeAttributeName | ||
Результат | string |
protected XmlNodeType,System.Xml serializedNodeType | ||
Результат | System.Xml.XmlNodeType |
protected TypeSerializer,Platform.Xml.Serialization typeSerializer | ||
Результат |