Click or drag to resize

PFExternalDataBinder Class

Provides the ability to bind external data to Packflow items in a efficient and flexible way.
Inheritance Hierarchy
SystemObject
  Packflow.CorePFExternalDataBinder

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public class PFExternalDataBinder

The PFExternalDataBinder type exposes the following members.

Constructors
  NameDescription
Public methodPFExternalDataBinder
Initializes a new instance of the PFDataBinder class.
Top
Properties
  NameDescription
Public propertyTestMode
Gets or sets a value indicating whether the test mode is active. The test mode will execute the value convertion but will ultimately NOT assign the value to the item data collection.

Default value: False.

Public propertyUseCache
Gets or sets a value indicating whether caches can be used to bind choice and user fields.

Default value: True.

Public propertyValueSeparators
Gets or sets the list of strings separating values in choice and user fields.
Top
Methods
  NameDescription
Public methodBindValue(PFItem, PFField, Object, PFExternalConnection_Binding_PrincipalType, String)
Binds a value in the specified field.
Public methodBindValue(PFItem, String, Object, PFExternalConnection_Binding_PrincipalType, String)
Binds a value in the specified field.
Public methodClearCaches
Clears the choice and user fields cache. These caches are used to avoid reloading items, users and groups assigned to items' fields during bindings.
Public methodSetValueSeparators
Changes the value of the ValueSeparators property.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsT
Casts an object to another type. Returns default(T) if the object is null.
(Defined by Utils_Other.)
Public Extension MethodEqualsAll
Checks that this object is equal to every object in parameters.
(Defined by Utils_Other.)
Public Extension MethodEqualsAny
Checks that this object is equal to at least one of the parameters.
(Defined by Utils_Other.)
Public Extension MethodGetString
Converts an object to String using ToString() method, else returns String.Empty.
(Defined by Utils_Other.)
Public Extension MethodIsGenericListOverloaded.
Checks if this object is a System.Collections.Generic.List.
(Defined by Utils_Linq.)
Public Extension MethodIsGenericList(Type)Overloaded.
Checks if this object is a System.Collections.Generic.List using type as T.
(Defined by Utils_Linq.)
Public Extension MethodSerializeOverloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.)
Public Extension MethodSerialize(String)Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.)
Public Extension MethodSerializeJsonOverloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Public Extension MethodSerializeJson(ListType)Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Public Extension MethodSerializeJson(DataContractJsonSerializerSettings)Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Top
See Also