Click or drag to resize

PFTranslations Methods

The PFTranslations type exposes the following members.

Methods
  NameDescription
Public methodAssignedTaskMessage
Gets translation of contextual language with name AssignedTaskMessage.
Public methodAssignedTaskMessage2
Gets translation of contextual language with name AssignedTaskMessage2.
Public methodCannotBeActorAtStep
Gets translation of contextual language with name CannotBeActorAtStep.
Public methodConfirmActionExecution
Gets translation of contextual language with name ConfirmActionExecution.
Public methodConfirmMultipleXDelete
Gets translation of contextual language with name ConfirmMultipleXDelete.
Public methodDeleteByX
Gets translation of contextual language with name DeleteByX.
Public methodDeleteDashboardX
Gets translation of contextual language with name DeleteDashboardX.
Public methodDescriptionOfX
Gets translation of contextual language with name DescriptionOfX.
Public methodError_FinishTaskFailed
Gets translation of contextual language with name Error_FinishTaskFailed.
Public methodFieldNotAvailableInState
Gets translation of contextual language with name FieldNotAvailableInState.
Public methodGet
Gets a translation of a specified name.
Public methodGetAllTranslations
Gets a dictionary containing all translations for the current context.
Public methodStatic memberGetApplicationTranslations
Gets all translations of the specified application.
Public methodGroupDescription
Gets translation of contextual language with name GroupDescription.
Public methodGroupSynchronizedWith
Gets translation of contextual language with name GroupSynchronizedWith.
Public methodInFutureText
Gets translation of contextual language with name InFutureText.
Public methodInPastText
Gets translation of contextual language with name InPastText.
Public methodItemActionSuccessful
Gets translation of contextual language with name ItemActionSuccessful.
Public methodItemCreationNotAuthorized
Gets translation of contextual language with name ItemCreationNotAuthorized.
Public methodItemDeleted
Gets translation of contextual language with name ItemDeleted.
Public methodItemXNotSaved
Gets translation of contextual language with name ItemXNotSaved.
Public methodItemXSaved
Gets translation of contextual language with name ItemXSaved.
Public methodLimitAccessToUsersOfX
Gets translation of contextual language with name LimitAccessToUsersOfX.
Public methodLogin_UserWithMailNotFound
Gets translation of contextual language with name Login_UserWithMailNotFound.
Public methodMissingRequiredFields
Gets translation of contextual language with name MissingRequiredFields.
Public methodMultipleChangeContextSuccess
Gets translation of contextual language with name MultipleChangeContextSuccess.
Public methodMultipleChangeStepSuccess
Gets translation of contextual language with name MultipleChangeStepSuccess.
Public methodMultipleReassignSuccess
Gets translation of contextual language with name MultipleReassignSuccess.
Public methodNewCommentNotification
Gets translation of contextual language with name NewCommentNotification.
Public methodObjectLockedBy
Gets translation of contextual language with name ObjectLockedBy.
Public methodObjectNotLocked
Gets translation of contextual language with name ObjectNotLocked.
Public methodObsoleteVersionHtmlMessage
Gets translation of contextual language with name ObsoleteVersionHtmlMessage.
Public methodObsoleteVersionMessage
Gets translation of contextual language with name ObsoleteVersionMessage.
Public methodOfXItems
Gets translation of contextual language with name OfXItems.
Public methodPermissionDescription
Gets translation of contextual language with name PermissionDescription.
Public methodPrivilegeDescription
Gets translation of contextual language with name PrivilegeDescription.
Public methodQuickSearchTooltip
Gets translation of contextual language with name QuickSearchTooltip.
Public methodResumeTaskOf
Gets translation of contextual language with name ResumeTaskOf.
Public methodSaveError_AlreadyLockedForUpdate
Gets translation of contextual language with name SaveError_AlreadyLockedForUpdate.
Public methodSaveError_OlderVersionFoundInDatabase
Gets translation of contextual language with name SaveError_OlderVersionFoundInDatabase.
Public methodSaveError_PersistedObjectNotFoundInDatabase
Gets translation of contextual language with name SaveError_PersistedObjectNotFoundInDatabase.
Public methodSaveError_UnableToUpgradeToSameVersion
Gets translation of contextual language with name SaveError_UnableToUpgradeToSameVersion.
Public methodSaveError_UnableToUpgradeWithConflicts
Gets translation of contextual language with name SaveError_UnableToUpgradeWithConflicts.
Public methodShareNotification
Gets translation of contextual language with name ShareNotification.
Public methodStatePermissionDescription
Gets translation of contextual language with name StatePermissionDescription.
Public methodStatePrivilegeDescription
Gets translation of contextual language with name StatePrivilegeDescription.
Public methodTaskNotFound
Gets translation of contextual language with name TaskNotFound.
Public methodTaskWorkflowNotFound
Gets translation of contextual language with name TaskWorkflowNotFound.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodViewFieldIgnored
Gets translation of contextual language with name ViewFieldIgnored.
Public methodWelcomeMessage
Gets translation of contextual language with name WelcomeMessage.
Public methodWorkflowNowAtStep
Gets translation of contextual language with name WorkflowNowAtStep.
Public methodWorkflowNowAtStep2
Gets translation of contextual language with name WorkflowNowAtStep2.
Public methodWorkflowXEnacted
Gets translation of contextual language with name WorkflowXEnacted.
Public methodWorkflowXNotEnacted
Gets translation of contextual language with name WorkflowXNotEnacted.
Public methodXIsMemberOfY
Gets translation of contextual language with name XIsMemberOfY.
Public methodXOfYCompletedTasks
Gets translation of contextual language with name XOfYCompletedTasks.
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 MethodGetMessageFromExceptionCode
Gets the translated message of an exception specifying a Code from PFExceptionCodes.

A contextual PFItem can be included to improve the message with more information.

(Defined by CoreExtensions.)
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