PFItem Class |
Namespace: Packflow.Core
public abstract class PFItem : PFRelationalObject, IPFLockable, IUserNotificationRelatedObject
The PFItem type exposes the following members.
Name | Description | |
---|---|---|
AbsolutePrintUrl |
Gets the absolute url of the print form of this item.
| |
AbsoluteUrl |
Gets the absolute url of the form of this item.
| |
ApplicationContext |
Gets the current application context of this item, if not yet assigned,
will assign and return first found context on the parent application.
| |
ApplicationContextId | Gets or sets the id of the current application context of this item. Note : can only be assigned if this item has not been created yet or if the current application context does not exist anymore. | |
ApplicationContextName |
Gets the name of the current application context of this item.
| |
BeforeSaveValues |
Gets the previous values of modified fields before the latest Save.
(Inherited from PFBaseObject.)Note: this feature is NOT persisted in the database and therefore only concerns this instance. | |
CanDelete |
Checks if the current permission context allows current user to delete this object.
(Inherited from PFBaseObject.) | |
CanRead |
Checks if the current permission context allows current user to access this object.
(Inherited from PFBaseObject.) | |
CanUpdate |
Checks if the current permission context allows current user to update this object.
(Inherited from PFBaseObject.) | |
Caption |
Gets the display text representing this item.
| |
Comments |
Gets a relation allowing to access all comments.
| |
CommentsEnabled |
Gets a value indicating whether comments are enabled.
| |
Created |
Indicates if this object has been created and is still in database (positive Id).
(Inherited from PFBaseObject.) | |
CreatedAt |
Gets the date of creation of this object in the database.
(Inherited from PFBaseObject.) | |
CreatedBy |
Gets the user who created this object in the database.
(Inherited from PFBaseObject.) | |
Data |
Gets the metadata of this item.
| |
DateObjectCreation |
Gets the date of the creation of this object in memory.
(Inherited from PFManagedObject.) | |
Deleted |
True if this object is flagged as deleted.
(Inherited from PFBaseObject.) | |
DeletedAt |
Date of the suppression of this object.
(Inherited from PFBaseObject.) | |
DeletedBy |
The user who deleted this object.
(Inherited from PFBaseObject.) | |
DisableNotificationsTemporarily |
Gets or sets a value indicating whether all operations on this item
should avoid to send notifications to users.
Important : this flag will only concern the current INSTANCE of this object. | |
EnableVersionMergeToResolveSaveConflicts |
If an object is saved with an older version than the last persisted (in database),
the system will try to merge the versions values (if no conflicts between values)
and will then save the merged item to database.
Note : this setting is NOT persisted and will affect this object instance only.
(Overrides PFBaseObjectEnableVersionMergeToResolveSaveConflicts.) | |
Events |
Gets a relation allowing to access all significant events that occurred during the life of this item.
| |
Exists |
Indicates if this object has been created, still exists in database and is not flagged for suppression.
(Inherited from PFBaseObject.) | |
ExternalConnectionId |
Gets or sets the id of the PFExternalConnection having created and synchronized this item.
If not synchronized, this value is 0 or less.
| |
Files |
Gets a relation allowing to access all files attached to this item using a PFFileHolderField.
| |
Guid |
Gets the GUID identifying this object.
Must be used if Id is no more viable, example if content were merged.
(Inherited from PFBaseObject.) | |
HasPendingModifications |
Checks if there is pending changes.
Will check if the values are different from the currently persisted values.
(Inherited from PFBaseObject.) | |
HasPendingPermissionsModifications |
Checks if there is pending modifications in permissions.
Will compute permissions (RUD) and check if there is differences with current persisted permissions.
(Inherited from PFBaseObject.) | |
Id |
Gets the id identifying this object.
Must be used to find or identify an object because faster than Guid.
(Inherited from PFBaseObject.) | |
InboundTransition |
Gets the last persisted display name of the last taken transition.
| |
InboundTransitionId |
Gets the id of the last transition taken in the workflow, corresponding to the modeling Transition id.
| |
IsSynchronizedWithAnExternalSource |
Gets a value indicating whether this instance is synchronized with an external source.
| |
KeepBeforeSaveValues |
Gets or sets a value indicating whether
the Save should keep a collection of the modified fields previous values.
(Overrides PFBaseObjectKeepBeforeSaveValues.)Note: this feature is NOT persisted in the database and therefore only concerns this instance. | |
Logger |
Gets the logger, used to log any useful warning, error or information in the database.
(Inherited from PFManagedObject.) | |
LogIdentification |
Gets a technical text representing this object.
(Inherited from PFBaseObject.) | |
ModelItem |
If this item is linked to or synchronized with a modeled item,
this will contain the ContentItem (from the model).
| |
ModelItemGuid |
If this item is linked to or synchronized with a modeled item,
this will contain the Guid of that ContentItem.
| |
OwnerItem |
Gets the owner item of this item. Based on the item relation with the correct ownership.
| |
ParentApplication |
Gets the parent application of this item.
| |
ParentContentType |
Gets the parent content-type of this item.
| |
PermissionContext |
Gets an object calculating permissions on demand.
| |
Permissions |
Gets the permission set (RUD permissions) of this item.
(Inherited from PFBaseObject.) | |
PermissionSetDeleteId |
Id of the permission set for Delete access.
(Inherited from PFBaseObject.) | |
PermissionSetDeleteXml |
XML of serialized permission set for Delete access.
(Inherited from PFBaseObject.) | |
PermissionSetReadId |
Id of the permission set for Read access.
(Inherited from PFBaseObject.) | |
PermissionSetReadXml |
XML of serialized permission set for Read access.
(Inherited from PFBaseObject.) | |
PermissionSetUpdateId |
Id of the permission set for Update access.
(Inherited from PFBaseObject.) | |
PermissionSetUpdateXml |
XML of serialized permission set for Update access.
(Inherited from PFBaseObject.) | |
PrintUrl |
Gets the relative url of the print form of this item.
| |
Reference |
Gets or sets the formatted text used to represent this item.
| |
ShortCaption |
Gets the short display text representing this item.
| |
Site |
Gets the root of the persisted objects tree.
(Inherited from PFBaseObject.) | |
SkipChoiceMonoMultiValueCheck |
Gets or sets a value indicating whether items' Save must check if choice entries
do not contain more than one value if the relation is restricted to mono value.
| |
SkipRequiredFieldsValidation |
Gets or sets a value indicating whether items of the local/current thread
should not check required fields upon Save (this includes Save called in workflow enactment).
| |
State |
Gets the last persisted display name of the current state.
Uses Workflow_ModelState to access the modeling object.
| |
State_Translated |
Gets the display name of the current state, translation based on current user effective language.
| |
StateId |
Gets the current state in the workflow, corresponding to the modeling State id.
| |
StateInstanceId |
Gets the instance of state in the workflow. This will change every time this item's state changes,
even if the state is the same.
| |
Status |
Gets or sets the status of the last taken transition in the workflow.
| |
Subscriptions |
Gets a relation allowing to access all subscriptions.
| |
UpdatedAt |
Gets the date of the last update of this object.
(Inherited from PFBaseObject.) | |
UpdatedBy |
Gets the user who last updated this object in the database.
(Inherited from PFBaseObject.) | |
Url |
Gets the relative url of the form of this item.
| |
UserUpdatedAt |
Gets the date of the last update (ignoring system updates) of this object.
| |
UserUpdatedBy |
Gets the user who last updated this object in the database (ignoring system updates).
| |
VersionNumber |
Gets the version number of this object in database. Incremented after each save.
(Inherited from PFBaseObject.) | |
Workflow_CurrentUserTask |
Gets the current user task in the current state instance, if found.
| |
Workflow_InstanceTasks |
Gets the task of the current state instance.
| |
Workflow_ModelState |
Gets the current workflow state.
| |
Workflow_ModelStep |
Gets the current workflow step.
| |
Workflow_Tasks |
Gets all tasks attached to the workflow of this item.
|
Name | Description | |
---|---|---|
AddItemRelation(Guid, PFItem) |
Adds an item relation from this item to another.
| |
AddItemRelation(Guid, PFItemReference) |
Adds an item relation from this item to another.
| |
AddItemRelation(String, PFItem) |
Adds an item relation from this item to another.
| |
AddItemRelation(String, PFItemReference) |
Adds an item relation from this item to another.
| |
AddItemRelation(ContentRelation, PFItem) |
Adds an item relation from this item to another.
| |
AddItemRelation(ContentRelation, PFItemReference) |
Adds an item relation from this item to another.
| |
AddItemRelation(String, Guid, PFItem) |
Adds an item relation from this item to another.
| |
AddItemRelation(String, Guid, PFItemReference) |
Adds an item relation from this item to another.
| |
AddItemRelation(String, String, PFItem) |
Adds an item relation from this item to another.
| |
AddItemRelation(String, String, PFItemReference) |
Adds an item relation from this item to another.
| |
AttachFile(String, Byte, PFFieldFileHolder) |
This will create and persist a file in database and then link it into the fileHolder field value.
You will need to save this item to persist the value in database.
Note : this is different from .Files.Add() that will only create a non-yet-persisted instance of a file.
| |
AttachFile(String, Byte, String) |
This will create and persist a file in database and then link it into the fileHolder field value.
You will need to save this item to persist the value in database.
Note : this is different from .Files.Add() that will only create a non-yet-persisted instance of a file.
| |
AttachPdfFile(PFFile, PFFieldFileHolder) |
This will create and persist a file in database and then link it into the fileHolder field value.
You will need to save this item to persist the value in database.
Note : this is different from .Files.Add() that will only create a non-yet-persisted instance of a file.
| |
AttachPdfFile(PFFile, String) |
This will create and persist a file in database and then link it into the fileHolder field value.
You will need to save this item to persist the value in database.
Note : this is different from .Files.Add() that will only create a non-yet-persisted instance of a file.
| |
BaseSave |
IMPORTANT : will not call overridden Save method!
Saves item to database. Note: use transaction.
If transaction already exists, will not commit it, but may rollback it
if needed (then an exception is thrown).
| |
BatchOperationTPFItem |
Executes an operation for each of passed items.
Operations will be executed in the context of a transaction (one for each connection).
Transactions are committed after all operations. If an exception is thrown, everything is rollbacked.
| |
BatchSaveTPFItem |
Saves multiple items inside a single transaction.
Important note : batch save items without references pre-initialized will slow this operation. | |
CanFieldBeModifiedByUser(String) |
Checks if a field control mode is editable in the current context.
| |
CanFieldBeModifiedByUser(PFField) |
Checks if a field control mode is editable in the current context.
| |
ChangeApplicationContext |
Will change the context of this item, of its parts items and of its tasks.
You must have the permission to modify everything.
| |
CustomizeDefaultFileNameByTemplate |
Allows to customize default file names proposed to users for each template.
| |
Delete |
Flags this object as deleted.
(Inherited from PFBaseObject.)If it fails, throws an error. If the object could not be deleted because it does not yet exist in database, returns false. If successful, returns true. | |
DeletePermanently |
Deletes permanently an item from the database.
Unless you want to clear temporary or confidential data,
we highly recommend to use the classic Delete method on the PFItem.
| |
ExternalConnection_Get |
Gets the external connection having synchronized this item.
| |
ExternalConnection_GetExternalData |
Externals the connection_ get external data.
| |
ExternalConnection_Synchronize |
Synchronizes this item's data properties with its external content.
Note: this does NOT save the item. | |
ExternalConnection_SynchronizeAndSave |
Synchronizes this item's data properties with its external content,
then saves the item if the synchronization changed any value.
| |
ExternalConnection_SynchronizeValidation |
Checks if the item can be synchronized with its external source by the current user.
Called for the method ExternalConnection_Synchronize in the batch action feature.
| |
GenerateHtmlMessage(Int32, String) |
Generates a html message (subject and body) from a modeling message.
| |
GenerateHtmlMessage(String, String) |
Generates a html message (subject and body) from a modeling message.
| |
GenerateHtmlMessage(ContentMessage, String) |
Generates a html message (subject and body) from a modeling message.
| |
GenerateReference | Returns a reference for the current item. Is called by the Save method when the item is not yet created and the reference is empty. | |
GenerateTaskTitle | Used to initialize a task title in the current workflow state. Default : "{Reference} : {State}" | |
GenerateTextMessage(Int32, String) |
Generates a html message (subject and body) from a modeling message.
| |
GenerateTextMessage(String, String) |
Generates a html message (subject and body) from a modeling message.
| |
GenerateTextMessage(ContentMessage, String) |
Generates a html message (subject and body) from a modeling message.
| |
GetAbsolutePrintUrl |
Generates an absolute URL for an hypothetical item in print view.
| |
GetAbsoluteUrl |
Generates an absolute URL for an hypothetical item.
| |
GetConversationTitle |
Defines the title of this item conversation for the specified user.
Returns this item caption by default.
| |
GetFieldControlMode(String) |
Gets the control mode of a field in the current context.
| |
GetFieldControlMode(PFField) |
Gets the control mode of a field in the current context.
| |
GetFieldDisplayValue(String) |
Gets display text (not html) of a field in this item.
| |
GetFieldDisplayValue(PFField) |
Gets display text (not html) of a field in this item.
| |
GetFieldDisplayValue(PFDataCollection, PFField) |
Gets a field display text (not html) from a data collection.
| |
GetFieldGenericDisplayHtml(PFDataCollection, PFField) |
Gets a field display html from a data collection.
| |
GetFieldGenericDisplayHtml(PFDataCollection, PFField, String) |
Gets a field display value from a data collection.
| |
GetGuid |
Returns a Global Unique Identifier for the target.
| |
GetId |
Returns an id representing the target.
| |
GetItemLocks |
Gets current locks.
Note : will return an empty list if the object is not yet created. | |
GetLocks |
Gets current locks.
| |
GetMessagePlaceHolderHtml |
Gets the html of a message placeholder (in a ContentMessage) in the specified language.
| |
GetMessagePlaceHolderText |
Gets the text of a message placeholder (in a ContentMessage) in the specified language.
| |
GetNewPermissionContext |
Creates a new permission context based on current object type.
(Overrides PFBaseObjectGetNewPermissionContext.) | |
GetObjectRelationByName |
Gets a children entities relation by its name.
(Inherited from PFRelationalObject.) | |
GetParts |
Gets items whose current item is the owner item.
| |
GetPartsAndTasksRecursively |
Gets items whose current item is the owner item and recursively.
Will also return tasks of each returned item.
| |
GetPartsRecursively |
Gets items whose current item is the owner item and recursively.
| |
GetRelatedItems(Guid, PFQuery, PFItemRelationDirection, Boolean) |
Gets items linked inside a relation.
| |
GetRelatedItems(String, PFQuery, PFItemRelationDirection, Boolean) |
Gets items linked inside a relation.
| |
GetRelatedItems(String, Guid, PFQuery, PFItemRelationDirection, Boolean) |
Gets items linked inside a relation.
| |
GetRelatedItems(String, String, PFQuery, PFItemRelationDirection, Boolean) |
Gets items linked inside a relation.
| |
GetRelatedItems(ContentRelation, PFQuery, PFContentType, PFItemRelationDirection, Boolean) |
Gets items linked inside a relation.
| |
GetRelatedItemsByGroup(Guid, PFQuery, PFItemRelationDirection) |
Gets aggregated items linked inside a relation.
| |
GetRelatedItemsByGroup(String, PFQuery, PFItemRelationDirection) |
Gets aggregated items linked inside a relation.
| |
GetRelatedItemsByGroup(String, Guid, PFQuery, PFItemRelationDirection) |
Gets aggregated items linked inside a relation.
| |
GetRelatedItemsByGroup(String, String, PFQuery, PFItemRelationDirection) |
Gets aggregated items linked inside a relation.
| |
GetRelatedItemsByGroup(ContentRelation, PFQuery, PFContentType, PFItemRelationDirection) |
Gets aggregated items linked inside a relation.
| |
GetRelativePrintUrl |
Generates an URL for an hypothetical item in print view.
| |
GetRelativeUrl(PFContentType, Int64) |
Generates an URL for an hypothetical item.
| |
GetRelativeUrl(String, String, Int64) |
Generates an URL for an hypothetical item.
| |
GetShownEventTagsInMessaging |
Returns the values of Tag that should be included when displaying the messaging
UI for this PFItem instance.
| |
GetTasksDueDate |
Computes the due date using modeling settings on current state and taken transition.
| |
HasPendingModificationsOnSynchronizedColumns |
Determines whether at least one synchronized (with the model) data has been modified.
This will always return false for an item not being synchronized with the model.
| |
InheritFromOwnerItemApplicationContext |
Gets the corresponding application context from the owner item and set in this item.
| |
InitializeLogger |
Use this method to override the way the logger is initialized.
(Inherited from PFBaseObject.) | |
IsFieldRequired | Checks if a field is required before any Save of this item. By default, returns True if the field is marked as required or if the transition requires this field, if the transition is specified. Note : will return false for all FileHolder fields before creation. | |
IsUserOwner |
Checks if a user has the owner privilege on this item.
| |
IsVisibleToEveryone |
Override this method if you want to force-open this item's visibility to everyone.
| |
OnAfterCreateNotification |
Raises the [E:BeforeSendingNotification] event.
| |
OnBeforeCreateNotification |
Raises the [E:BeforeSendingNotification] event.
| |
OnFileBinding |
Raises the [E:FileOpened] event.
| |
OnFileDownloaded |
Raises the [E:FileDownloaded] event.
| |
OnFileDownloading |
Raises the [E:FileDownloading] event.
| |
OnInitialized |
Raises the [E:Initialized] event.
| |
PreInitOwnerItem |
Initializes owner item before creation.
This allows the item to have access to the OwnerItem property before its creation and obviously before the relation exists. Important: an exception is thrown if the owner item is invalid or already initialized or if the item is already created in the database. | |
ProcessPermissions |
Compute permissions from permission context and set in data properties.
(Inherited from PFBaseObject.) | |
ReleaseLock |
Releases the lock of a given user, if found.
| |
RemoveItemRelation(Guid, PFItem) |
Removes an item relation between this item and another.
| |
RemoveItemRelation(Guid, PFItemReference) |
Removes an item relation between this item and another.
| |
RemoveItemRelation(String, PFItem) |
Removes an item relation between this item and another.
| |
RemoveItemRelation(String, PFItemReference) |
Removes an item relation between this item and another.
| |
RemoveItemRelation(ContentRelation, PFItem) |
Removes an item relation between this item and another.
| |
RemoveItemRelation(ContentRelation, PFItemReference) |
Removes an item relation between this item and another.
| |
RemoveItemRelation(String, Guid, PFItem) |
Removes an item relation between this item and another.
| |
RemoveItemRelation(String, Guid, PFItemReference) |
Removes an item relation between this item and another.
| |
RemoveItemRelation(String, String, PFItem) |
Removes an item relation between this item and another.
| |
RemoveItemRelation(String, String, PFItemReference) |
Removes an item relation between this item and another.
| |
ResetOwnerItemCache |
Resets owner item cache, for example if the owner item could have changed.
| |
RunInTransactionArea |
Runs a code with a transaction on object connection.
If there is no current transaction and if the code succeed, transaction is committed.
If an exception is thrown, transaction is rollback.
(Inherited from PFBaseObject.) | |
Save |
Saves this item in the database.
(Overrides PFBaseObjectSave.)But also: -Validates required fields. -Generates a default reference. -Ensures the synchronization between choice fields and relations. -Ensures files validity. -Trigger multiple events. Note: use transaction. If transaction already exists, will not commit it, but may rollback it if needed (then an exception is thrown). | |
SaveAsPartOf(String, PFItem, Boolean, Boolean) |
Saves this item and directly link it to an owner item through a relation.
| |
SaveAsPartOf(ContentRelation, PFItem, Boolean, Boolean) |
Saves this item and directly link it to an owner item through a relation.
| |
SaveObjectsInDataCollection |
Saves data loaded from temp specialized object
in data properties collection before save or check hasPendingChanges.
(Overrides PFBaseObjectSaveObjectsInDataCollection.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TriggerNotification(String, ListPFUser) |
Triggers a notification based on a name.
| |
TriggerNotification(PFNotificationTriggerType, ListPFUser) |
Triggers a notification type for this item.
IMPORTANT : This method does not support TaskAssigned as a trigger type, use TaskAssignedOnly or TaskReassignedOnly instead. | |
TryGetLock |
Tries to get a lock for a given user.
| |
TryToGetVersionEditedByUser |
The edited version is a backup of the item's data when the user started to edit this item.
This allows to set his changes to the same item version
This method tries to get this item's version, if it exists. | |
UpdateVersionEditedByUser |
The edited version is a backup of the item's data when the user started to edit this item.
This allows to set his changes to the same item version
This method updates that version to the current metadata, it upgrades it. | |
UserHasPrivilege |
Checks if a user has a given privilege on this item.
| |
ValidateRequiredFields |
Checks if all required fields are currently filled.
Will throw a PFMissingItemValuesException if not. Will throw a ValidationException is one or more required fields entry are missing in the data collection. Note : this method is called at the beginning of the Save method. | |
Workflow_Enact | Moves the workflow (if possible). Ensures tasks (if enacted). Saves item to database (in any case). Note: uses transaction. If transaction already exists, will not commit it, but may rollback it if needed (then an exception is thrown). | |
Workflow_Enact(Int32) | Moves the workflow (if possible). Ensures tasks (if enacted). Saves item to database (in any case). Note: uses transaction. If transaction already exists, will not commit it, but may rollback it if needed (then an exception is thrown). | |
Workflow_Enact(State) | Moves the workflow (if possible). Ensures tasks (if enacted). Saves item to database (in any case). Note: uses transaction. If transaction already exists, will not commit it, but may rollback it if needed (then an exception is thrown). | |
Workflow_Enact(Transition) | Moves the workflow (if possible). Ensures tasks (if enacted). Saves item to database (in any case). Note: uses transaction. If transaction already exists, will not commit it, but may rollback it if needed (then an exception is thrown). | |
Workflow_EnsureTasks |
Cancels tasks of previous state instances and ensure tasks for current state instance.
| |
Workflow_GetCurrentTaskForUser |
Gets the task of a given user in the current state instance, if found.
If multiple instance tasks are available for the user, active task (if any) is returned first. | |
Workflow_GetRequiredFieldsForTransition |
Gets the required fields for a given transition.
| |
Workflow_ReassignTask |
Reassigns a specific task of this workflow to another user.
| |
Workflow_ResolveTransitionConflict |
If multiple transitions are possible; the conflict must be resolved.
By default, takes top most transition based on Transition Priority and then on participation count.
|
Name | Description | |
---|---|---|
AfterCreate |
Occurs after an item has been created in database.
| |
AfterCreateFile |
Occurs after a file has been created on this item.
| |
AfterCreateNotification |
Occurs after a user notification whose related object is this item was created.
| |
AfterDelete |
Occurs after an item has been deleted.
| |
AfterDeleteFile |
Occurs after a file of this item has been deleted.
| |
AfterSave |
Occurs when an item has been updated or created in database.
| |
AfterUpdate |
Occurs after an item has been updated in database.
| |
AfterUpdateFile |
Occurs after a file of this item has been updated.
| |
BeforeCreate |
Occurs when an item is being persisted for the first time in database.
| |
BeforeCreateFile |
Occurs when a file is being created on this item.
| |
BeforeCreateNotification |
Occurs before a user notification whose related object is this item is created.
| |
BeforeDelete |
Occurs when an item is being deleted.
| |
BeforeDeleteFile |
Occurs when a file of this item is being deleted.
| |
BeforeSave |
Occurs when an item is being updated or created in database.
| |
BeforeSendingNotification |
Occurs before a modeled notification is sent.
| |
BeforeUpdate |
Occurs when an item is being updated in database.
| |
BeforeUpdateFile |
Occurs when a file of this item is being updated.
| |
CommentAdded |
Occurs after a PFItemComment has been added on the item.
| |
EventAdded |
Occurs after a PFItemEvent has been added on the item.
| |
FileBinding |
Occurs when a file of this item is about to be bound via WordForm or Quickparts.
| |
FileConfirmed |
Occurs when a file has been confirmed on this item.
A file is confirmed when, after its upload, the parent item is saved with a reference to the file
in the FileHolder value.
| |
FileDownloaded |
Occurs when a file of this item has been downloaded.
Engine triggers this event on an async task. Do not use non-thread safe objects.
(Packflow types inheriting PFBaseObject are thread-safe in this case)
Codes triggering this event does not depend on HttpContext or other web context object.
When triggered, there is no warranty the download is finished or succeeded.
| |
FileDownloading |
Occurs when a file of this item has been downloaded.
| |
FileOpened |
Occurs when a file of this item has been opened for modification (Office or KeePass application).
| |
StateChanged |
Occurs after the call to Save() during enactment
when the SQL transaction made to move the workflow is committed.
| |
StateChanging |
Occurs when the state has been changed in this item instance, but the save has not been called yet.
|
Name | Description | |
---|---|---|
FieldName_ApplicationContextId |
Column name in database.
| |
FieldName_ApplicationContextName |
Column name in database.
| |
FieldName_ContentTypeId |
Column name in database.
| |
FieldName_ExternalConnectionId |
Column name in database.
| |
FieldName_InboundTransition |
Column name in database.
| |
FieldName_InboundTransitionId |
Column name in database.
| |
FieldName_ModelItemGuid |
Column name in database.
| |
FieldName_Reference |
Column name in database.
| |
FieldName_State |
Column name in database.
| |
FieldName_StateId |
Column name in database.
| |
FieldName_StateInstanceId |
Column name in database.
| |
FieldName_Status |
Column name in database.
| |
FieldName_UserUpdatedAt |
Column name in database.
| |
FieldName_UserUpdatedBy |
Column name in database.
|
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.) | |
GetReference | Overloaded.
Gets a object referencing the item.
(Defined by PFItemExtensions.) | |
GetReference(String) | Overloaded.
Gets a object referencing the item.
The Text of the reference will be the value of the specified field.
(Defined by PFItemExtensions.) | |
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.) |