Click or drag to resize

PFAdminExternalConnectionViewModel Class

View-Model representing a PFExternalConnection object for administration interface.
Inheritance Hierarchy
SystemObject
  Packflow.InterfacePFAdminExternalConnectionViewModel

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
[DataContractAttribute]
public class PFAdminExternalConnectionViewModel

The PFAdminExternalConnectionViewModel type exposes the following members.

Constructors
  NameDescription
Public methodPFAdminExternalConnectionViewModel
Initializes a new instance of the PFAdminExternalConnectionViewModel class.
Top
Properties
  NameDescription
Public propertyActive
Gets or sets a value indicating whether this PFAdminExternalConnectionViewModel is active. Enabled
Public propertyAddress
Gets or sets the address properties list.
Public propertyAddressHtml
Gets or sets the HTML markup for the address control.
Public propertyAllowSuppression
Gets or sets a value indicating whether Packflow item suppression is allowed for this connection. AllowItemDeletion
Public propertyAppContext
Gets or sets the application context for this connection. Can be set only for non-created connections.
Public propertyBatchSize
Gets or sets the size of the batch when synchronizing items. BatchSize
Public propertyBindings
Gets or sets the bindings on the connection.
Public propertyContentTypeGuid
Gets or sets the content type unique identifier.
Public propertyContentTypeId
Gets or sets the content type identifier.
Public propertyCreated
Gets or sets a value indicating whether this PFAdminExternalConnectionViewModel is created in Packflow.
Public propertyCreateItemEventOnSync
Gets or sets a value indicating whether an item event has to be created on synchronization. AddEventOnSync
Public propertyDescription
Gets or sets a description of the connection.
Public propertyDirty
Returns true if the object is dirty
Public propertyFieldsHtml
Gets or sets the bindings HTML markup. Contains two series: Source fields and Packflow fields.
Public propertyFrequencyDays
Gets or sets the synchronization frequency days component. Days
Public propertyFrequencyHours
Gets or sets the synchronization frequency hours component. Hours
Public propertyFrequencyMinutes
Gets or sets the synchronization frequency minutes component. Minutes
Public propertyGuid
Gets or sets the Packflow unique identifier.
Public propertyId
Gets or sets the Packflow Id of the connection.
Public propertyLastSync
Gets or sets the last synchronization time display value.
Public propertyName
Gets or sets the name of the connection.
Public propertyPossibleAppContexts
Gets or sets a list of possible application contexts.
Public propertyPossibleTypes
Gets or sets a list of possible connection types display values. PFExternalConnection_Type
Public propertyScheduledSync
Gets or sets a value indicating whether synchronization is scheduled for this connection. Enabled
Public propertySchemaData
Gets or sets the schema data.
Public propertySkipRequiredFieldCheck
Gets or sets a value indicating whether required fields can be left empty when saving an item during a synchronization. SkipRequiredFieldCheck
Public propertySyncOrder
Gets or sets the synchronization order. OrderNo
Public propertySyncPermission
Gets or sets the synchronization permission display value. SynchronizationPermission
Public propertyTwoPasses
Gets or sets a value indicating whether this connection should be synchronized a second time after a global synchronization. This allows to handle two inter-referenced content. SecondPass
Public propertyType
Gets or sets the connection type display value. PFExternalConnection_Type
Top
Methods
  NameDescription
Public methodStatic memberGetModel
Gets the model based on give connection.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateBindingsHtml
Updates the bindings HTML columns (Source and PFFields).
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