Click or drag to resize

IWorldViewSettings Methods


The IWorldViewSettings type exposes the following members.

Methods
  Name Description
Public method GetIDForWorkflowDefinition Gets the ID for a workflow definition
Public method GetIDForWorkState Gets the ID for a work state
Public method GetNameForWorkflowDefinition Gets the name for a workflow definition.
Public method GetNameForWorkState Gets the name for a work state.
Public method SetIDForWorkflowDefinition Sets the ID for a workflow definition.
Public method SetIDForWorkState Sets the ID for a work state.
Public method Touch Updated the entity's LastModified value to the current time.
(Inherited from IEntity)
Public method ValidateData Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity)
Public method ValidateUserPermission Validates the user permission on the current entity. Implemented by concrete inheriting types. It is called automatically upon saving an entity.
(Inherited from IEntity)
Public method WorkflowDefinitions Gets the workflow definitions for WorldView
Public method WorkflowDefinitionsCount Gets count of workflow definitions
Public method WorkStates Gets the work states for WorldView
Public method WorkStatesCount Gets the count of the work states
Top
See Also