Méthode | Description | |
---|---|---|
GetData ( ) : object |
Gets the data of this instance.
|
|
HasDataForType ( IMemberBuilder builder ) : bool |
Determines whether this instance holds data for the specified builder type.
|
|
SetData ( object data ) : void |
Sets the data via the specified method info.
|
|
SetViaAccessorName ( |
Sets the data of the GetAccessor and SetAccessor via the name of the specified methodInfo.
|
public HasDataForType ( IMemberBuilder builder ) : bool | ||
builder | IMemberBuilder | The requesting builder. |
Résultat | bool |
public SetData ( object data ) : void | ||
data | object | The data to store. |
Résultat | void |
public SetViaAccessorName ( |
||
methodInfo | The info about the property accessor. | |
Résultat | void |