Свойство | Тип | Описание | |
---|---|---|---|
BindingDetails | LinkedList |
Метод | Описание | |
---|---|---|
FromEntity ( object sourceEntity, object>.IDictionary |
Fills the values from the entity properties.
|
|
ToEntity ( object targetEntity, object>.IDictionary |
Fills the entity from the values.
|
Метод | Описание | |
---|---|---|
AddProperty ( |
Adds the property.
|
|
GetConversionArguments ( |
Gets the conversion arguments.
|
protected AddProperty ( |
||
detail | The detail. | |
Результат | 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. /// |
Результат | void |
protected GetConversionArguments ( |
||
bindingDetail | The binding detail. | |
values | object>.IDictionary | The values. |
fieldCollection | SPFieldCollection | |
web | SPWeb | |
Результат |
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. /// |
Результат | void |