Method | Description | |
---|---|---|
Clone ( ) : IDSFDataObject |
Clones this instance.
|
|
DsfDataObject ( string xmldata, System.Guid dataListId, string rawPayload = "" ) : System | ||
IsDebugMode ( ) : bool | ||
PopEnvironment ( ) : void | ||
PushEnvironment ( IExecutionEnvironment env ) : void |
Method | Description | |
---|---|---|
CollectValues ( object>.IDictionary |
A host invokes this method on a custom persistence participant to collect read-write values and write-only values, to be persisted.
|
|
PublishValues ( object>.IDictionary |
The host invokes this method and passes all the loaded values in the collection (filled by the or ) as a dictionary parameter.
|
Method | Description | |
---|---|---|
DsfDataObject ( ) : System | ||
ExtractInMergeDataFromRequest ( System.Xml.Linq.XElement xe ) : void | ||
ExtractOutMergeDataFromRequest ( System.Xml.Linq.XElement xe ) : void | ||
ExtractValue ( System.Xml.Linq.XElement xe, string elementName ) : string | ||
IDSFDataObject ( ) : bool |
protected CollectValues ( object>.IDictionary |
||
readWriteValues | object>.IDictionary | The read-write values to be persisted. |
writeOnlyValues | object>.IDictionary | The write-only values to be persisted. |
return | void |
public DsfDataObject ( string xmldata, System.Guid dataListId, string rawPayload = "" ) : System | ||
xmldata | string | |
dataListId | System.Guid | |
rawPayload | string | |
return | System |
protected PublishValues ( object>.IDictionary |
||
readWriteValues | object>.IDictionary | /// The read-write values that were loaded from the persistence store. This dictionary /// corresponds to the dictionary of read-write values persisted in the most recent persistence episode. /// |
return | void |
public PushEnvironment ( IExecutionEnvironment env ) : void | ||
env | IExecutionEnvironment | |
return | void |