Свойство | Type | Description | |
---|---|---|---|
BindingDetails | LinkedList |
Méthode | Description | |
---|---|---|
FromEntity ( object sourceEntity, object>.IDictionary |
Fills the values from the entity properties.
|
|
ToEntity ( object targetEntity, object>.IDictionary |
Fills the entity from the values.
|
Méthode | Description | |
---|---|---|
AddProperty ( |
Adds the property.
|
|
GetConversionArguments ( |
Gets the conversion arguments.
|
protected AddProperty ( |
||
detail | The detail. | |
Résultat | void |
public FromEntity ( object sourceEntity, object>.IDictionary |
||
sourceEntity | object | /// The source entity. /// |
values | object>.IDictionary | /// The values. /// |
fieldCollection | SPFieldCollection | /// The field Collection. /// |
web | SPWeb | /// The web. /// |
Résultat | void |
protected GetConversionArguments ( |
||
bindingDetail | The binding detail. | |
values | object>.IDictionary | The values. |
fieldCollection | SPFieldCollection | |
web | SPWeb | |
Résultat |
public ToEntity ( object targetEntity, object>.IDictionary |
||
targetEntity | object | /// The target entity. /// |
values | object>.IDictionary | /// The values. /// |
fieldCollection | SPFieldCollection | /// The field Collection. /// |
web | SPWeb | /// The web. /// |
Résultat | void |