메소드 | 설명 | |
---|---|---|
GetOriginalValue ( object obj, object index ) : object |
Gets the original value of this member in the specified object
|
|
GetRealTypeDefinition ( |
||
GetValue ( object obj ) : object |
Gets the processed value of this member in the specified object
|
|
IsAllowedToBeSerialized ( YAXSerializationFields serializationFields, bool dontSerializePropertiesWithNoSetter ) : bool |
Determines whether this instance of
|
|
IsRealTypeDefined ( |
||
MemberWrapper ( |
Initializes a new instance of the MemberWrapper class.
|
|
SetValue ( object obj, object value ) : void |
Sets the value of this member in the specified object
|
|
ToString ( ) : string |
Returns a T:System.String that represents the current T:System.Object.
|
메소드 | 설명 | |
---|---|---|
InitDefaultValue ( ) : void |
Initializes the default value for this instance of
|
|
InitInstance ( ) : void |
Initializes this instance of
|
|
ProcessYaxAttribute ( object attr ) : void |
Processes the specified attribute which is an instance of
|
public GetOriginalValue ( object obj, object index ) : object | ||
obj | object | The object whose value corresponding to this instance, must be retreived. |
index | object | The array of indeces (usually |
리턴 | object |
public GetRealTypeDefinition ( |
||
type | ||
리턴 |
public GetValue ( object obj ) : object | ||
obj | object | The object whose value corresponding to this instance, must be retreived. |
리턴 | object |
public IsAllowedToBeSerialized ( YAXSerializationFields serializationFields, bool dontSerializePropertiesWithNoSetter ) : bool | ||
serializationFields | YAXSerializationFields | The serialization fields. |
dontSerializePropertiesWithNoSetter | bool | |
리턴 | bool |
public MemberWrapper ( |
||
memberInfo | The member-info to build this instance from. | |
callerSerializer | The caller serializer. | |
리턴 | System |
public SetValue ( object obj, object value ) : void | ||
obj | object | The object whose member corresponding to this instance, must be given value. |
value | object | The value. |
리턴 | void |