PFAdminExternalConnectionViewModel Class |
Namespace: Packflow.Interface
[DataContractAttribute] public class PFAdminExternalConnectionViewModel
The PFAdminExternalConnectionViewModel type exposes the following members.
| Name | Description | |
|---|---|---|
| PFAdminExternalConnectionViewModel |
Initializes a new instance of the PFAdminExternalConnectionViewModel class.
|
| Name | Description | |
|---|---|---|
| Active |
Gets or sets a value indicating whether this PFAdminExternalConnectionViewModel is active.
Enabled | |
| Address |
Gets or sets the address properties list.
| |
| AddressHtml |
Gets or sets the HTML markup for the address control.
| |
| AllowSuppression |
Gets or sets a value indicating whether Packflow item suppression is allowed for this connection.
AllowItemDeletion | |
| AppContext |
Gets or sets the application context for this connection.
Can be set only for non-created connections.
| |
| BatchSize |
Gets or sets the size of the batch when synchronizing items.
BatchSize | |
| Bindings |
Gets or sets the bindings on the connection.
| |
| ContentTypeGuid |
Gets or sets the content type unique identifier.
| |
| ContentTypeId |
Gets or sets the content type identifier.
| |
| Created |
Gets or sets a value indicating whether this PFAdminExternalConnectionViewModel
is created in Packflow.
| |
| CreateItemEventOnSync |
Gets or sets a value indicating whether an item event has to be created on synchronization.
AddEventOnSync | |
| Description |
Gets or sets a description of the connection.
| |
| Dirty |
Returns true if the object is dirty
| |
| FieldsHtml |
Gets or sets the bindings HTML markup.
Contains two series: Source fields and Packflow fields.
| |
| FrequencyDays |
Gets or sets the synchronization frequency days component.
Days | |
| FrequencyHours |
Gets or sets the synchronization frequency hours component.
Hours | |
| FrequencyMinutes |
Gets or sets the synchronization frequency minutes component.
Minutes | |
| Guid |
Gets or sets the Packflow unique identifier.
| |
| Id |
Gets or sets the Packflow Id of the connection.
| |
| LastSync |
Gets or sets the last synchronization time display value.
| |
| Name |
Gets or sets the name of the connection.
| |
| PossibleAppContexts |
Gets or sets a list of possible application contexts.
| |
| PossibleTypes |
Gets or sets a list of possible connection types display values.
PFExternalConnection_Type | |
| ScheduledSync |
Gets or sets a value indicating whether synchronization is scheduled for this connection.
Enabled | |
| SchemaData |
Gets or sets the schema data.
| |
| SkipRequiredFieldCheck |
Gets or sets a value indicating whether required fields can be left empty
when saving an item during a synchronization.
SkipRequiredFieldCheck | |
| SyncOrder |
Gets or sets the synchronization order.
OrderNo | |
| SyncPermission |
Gets or sets the synchronization permission display value.
SynchronizationPermission | |
| TwoPasses |
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 | |
| Type |
Gets or sets the connection type display value. PFExternalConnection_Type |
| Name | Description | |
|---|---|---|
| GetModel |
Gets the model based on give connection.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateBindingsHtml |
Updates the bindings HTML columns (Source and PFFields).
|
| Name | Description | |
|---|---|---|
| AsT |
Casts an object to another type. Returns default(T) if the object is null.
(Defined by Utils_Other.) | |
| EqualsAll |
Checks that this object is equal to every object in parameters.
(Defined by Utils_Other.) | |
| EqualsAny |
Checks that this object is equal to at least one of the parameters.
(Defined by Utils_Other.) | |
| GetString |
Converts an object to String using ToString() method, else returns String.Empty.
(Defined by Utils_Other.) | |
| IsGenericList | Overloaded.
Checks if this object is a System.Collections.Generic.List.
(Defined by Utils_Linq.) | |
| IsGenericList(Type) | Overloaded.
Checks if this object is a System.Collections.Generic.List using type as T.
(Defined by Utils_Linq.) | |
| Serialize | Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.) | |
| Serialize(String) | Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.) | |
| SerializeJson | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) | |
| SerializeJson(ListType) | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) | |
| SerializeJson(DataContractJsonSerializerSettings) | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) |