PFTranslations Methods |
The PFTranslations type exposes the following members.
| Name | Description | |
|---|---|---|
| AssignedTaskMessage |
Gets translation of contextual language with name AssignedTaskMessage.
| |
| AssignedTaskMessage2 |
Gets translation of contextual language with name AssignedTaskMessage2.
| |
| CannotBeActorAtStep |
Gets translation of contextual language with name CannotBeActorAtStep.
| |
| ConfirmActionExecution |
Gets translation of contextual language with name ConfirmActionExecution.
| |
| ConfirmMultipleXDelete |
Gets translation of contextual language with name ConfirmMultipleXDelete.
| |
| DeleteByX |
Gets translation of contextual language with name DeleteByX.
| |
| DeleteDashboardX |
Gets translation of contextual language with name DeleteDashboardX.
| |
| DescriptionOfX |
Gets translation of contextual language with name DescriptionOfX.
| |
| Error_FinishTaskFailed |
Gets translation of contextual language with name Error_FinishTaskFailed.
| |
| FieldNotAvailableInState |
Gets translation of contextual language with name FieldNotAvailableInState.
| |
| Get |
Gets a translation of a specified name.
| |
| GetAllTranslations |
Gets a dictionary containing all translations for the current context.
| |
| GetApplicationTranslations |
Gets all translations of the specified application.
| |
| GroupDescription |
Gets translation of contextual language with name GroupDescription.
| |
| GroupSynchronizedWith |
Gets translation of contextual language with name GroupSynchronizedWith.
| |
| InFutureText |
Gets translation of contextual language with name InFutureText.
| |
| InPastText |
Gets translation of contextual language with name InPastText.
| |
| ItemActionSuccessful |
Gets translation of contextual language with name ItemActionSuccessful.
| |
| ItemCreationNotAuthorized |
Gets translation of contextual language with name ItemCreationNotAuthorized.
| |
| ItemDeleted |
Gets translation of contextual language with name ItemDeleted.
| |
| ItemXNotSaved |
Gets translation of contextual language with name ItemXNotSaved.
| |
| ItemXSaved |
Gets translation of contextual language with name ItemXSaved.
| |
| LimitAccessToUsersOfX |
Gets translation of contextual language with name LimitAccessToUsersOfX.
| |
| Login_UserWithMailNotFound |
Gets translation of contextual language with name Login_UserWithMailNotFound.
| |
| MissingRequiredFields |
Gets translation of contextual language with name MissingRequiredFields.
| |
| MultipleChangeContextSuccess |
Gets translation of contextual language with name MultipleChangeContextSuccess.
| |
| MultipleChangeStepSuccess |
Gets translation of contextual language with name MultipleChangeStepSuccess.
| |
| MultipleReassignSuccess |
Gets translation of contextual language with name MultipleReassignSuccess.
| |
| NewCommentNotification |
Gets translation of contextual language with name NewCommentNotification.
| |
| ObjectLockedBy |
Gets translation of contextual language with name ObjectLockedBy.
| |
| ObjectNotLocked |
Gets translation of contextual language with name ObjectNotLocked.
| |
| ObsoleteVersionHtmlMessage |
Gets translation of contextual language with name ObsoleteVersionHtmlMessage.
| |
| ObsoleteVersionMessage |
Gets translation of contextual language with name ObsoleteVersionMessage.
| |
| OfXItems |
Gets translation of contextual language with name OfXItems.
| |
| PermissionDescription |
Gets translation of contextual language with name PermissionDescription.
| |
| PrivilegeDescription |
Gets translation of contextual language with name PrivilegeDescription.
| |
| QuickSearchTooltip |
Gets translation of contextual language with name QuickSearchTooltip.
| |
| ResumeTaskOf |
Gets translation of contextual language with name ResumeTaskOf.
| |
| SaveError_AlreadyLockedForUpdate |
Gets translation of contextual language with name SaveError_AlreadyLockedForUpdate.
| |
| SaveError_OlderVersionFoundInDatabase |
Gets translation of contextual language with name SaveError_OlderVersionFoundInDatabase.
| |
| SaveError_PersistedObjectNotFoundInDatabase |
Gets translation of contextual language with name SaveError_PersistedObjectNotFoundInDatabase.
| |
| SaveError_UnableToUpgradeToSameVersion |
Gets translation of contextual language with name SaveError_UnableToUpgradeToSameVersion.
| |
| SaveError_UnableToUpgradeWithConflicts |
Gets translation of contextual language with name SaveError_UnableToUpgradeWithConflicts.
| |
| ShareNotification |
Gets translation of contextual language with name ShareNotification.
| |
| StatePermissionDescription |
Gets translation of contextual language with name StatePermissionDescription.
| |
| StatePrivilegeDescription |
Gets translation of contextual language with name StatePrivilegeDescription.
| |
| TaskNotFound |
Gets translation of contextual language with name TaskNotFound.
| |
| TaskWorkflowNotFound |
Gets translation of contextual language with name TaskWorkflowNotFound.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| ViewFieldIgnored |
Gets translation of contextual language with name ViewFieldIgnored.
| |
| WelcomeMessage |
Gets translation of contextual language with name WelcomeMessage.
| |
| WorkflowNowAtStep |
Gets translation of contextual language with name WorkflowNowAtStep.
| |
| WorkflowNowAtStep2 |
Gets translation of contextual language with name WorkflowNowAtStep2.
| |
| WorkflowXEnacted |
Gets translation of contextual language with name WorkflowXEnacted.
| |
| WorkflowXNotEnacted |
Gets translation of contextual language with name WorkflowXNotEnacted.
| |
| XIsMemberOfY |
Gets translation of contextual language with name XIsMemberOfY.
| |
| XOfYCompletedTasks |
Gets translation of contextual language with name XOfYCompletedTasks.
|
| 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.) | |
| GetMessageFromExceptionCode |
Gets the translated message of an exception
specifying a Code from PFExceptionCodes.
(Defined by CoreExtensions.)A contextual PFItem can be included to improve the message with more information. | |
| 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.) |