Click or drag to resize

ProcessTrigger Class

Trigger that invoke a rule.
Inheritance Hierarchy
SystemObject
  Entity
    Novalys.VisualGuard.Security.CRM.SdkProcessTrigger

Namespace:  Novalys.VisualGuard.Security.CRM.Sdk
Assembly:  Novalys.VisualGuard.Security.CRM (in Novalys.VisualGuard.Security.CRM.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public class ProcessTrigger : Entity, 
	INotifyPropertyChanging, INotifyPropertyChanged

The ProcessTrigger type exposes the following members.

Constructors
  NameDescription
Public methodProcessTrigger
Default Constructor.
Top
Properties
  NameDescription
Public propertyAttributes (Inherited from Entity.)
Public propertyComponentState
For internal use only.
Public propertyControlName
Name of the control.
Public propertyControlType
Type of the control to which this trigger is bound
Public propertyCreatedBy
Shows who created the record.
Public propertyCreatedOn
Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options.
Public propertyCreatedOnBehalfBy
Shows who created the record on behalf of another user.
Public propertyEntityState (Inherited from Entity.)
Public propertyEvent
Indicates the event.
Public propertyExtensionData (Inherited from Entity.)
Public propertyFormattedValues (Inherited from Entity.)
Public propertyFormId
Unique identifier of the form associated with the trigger.
Public propertyId (Overrides Entity.Id.)
Public propertyIsCustomizable
Indicates whether this component can be customized.
Public propertyIsManaged
Indicates whether the solution component is part of a managed solution.
Public propertyItem (Inherited from Entity.)
Public propertylk_processtriggerbase_createdby
N:1 lk_processtriggerbase_createdby
Public propertylk_processtriggerbase_createdonbehalfby
N:1 lk_processtriggerbase_createdonbehalfby
Public propertylk_processtriggerbase_modifiedby
N:1 lk_processtriggerbase_modifiedby
Public propertylk_processtriggerbase_modifiedonbehalfby
N:1 lk_processtriggerbase_modifiedonbehalfby
Public propertyLogicalName (Inherited from Entity.)
Public propertyModifiedBy
Shows who last updated the record.
Public propertyModifiedOn
Shows the date and time when the record was last updated. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options.
Public propertyModifiedOnBehalfBy
Shows who last updated the record on behalf of another user.
Public propertyOverwriteTime
For internal use only.
Public propertyOwnerId
Enter the user or team who is assigned to manage the record. This field is updated every time the record is assigned to a different user.
Public propertyOwningBusinessUnit
Select the business unit that owns the record.
Public propertyOwningUser
Unique identifier for the user that owns the record.
Public propertyPrimaryEntityTypeCode
Primary entity for the process which is invoked by the event.
Public propertyprocess_processtrigger
N:1 process_processtrigger
Public propertyProcessId
Shows the ID of the process.
Public propertyprocesstrigger_systemform
N:1 processtrigger_systemform
Public propertyProcessTriggerId
Unique identifier of the process trigger record.
Public propertyProcessTriggerIdUnique
For internal use only.
Public propertyRelatedEntities (Inherited from Entity.)
Public propertySolutionId
Unique identifier of the associated solution.
Public propertyVersionNumber
Top
Methods
  NameDescription
Public methodContains (Inherited from Entity.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAttributeValue``1 (Inherited from Entity.)
Protected methodGetFormattedAttributeValue (Inherited from Entity.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetRelatedEntities``1 (Inherited from Entity.)
Protected methodGetRelatedEntity``1 (Inherited from Entity.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSetAttributeValue (Inherited from Entity.)
Protected methodSetRelatedEntities``1 (Inherited from Entity.)
Protected methodSetRelatedEntity``1 (Inherited from Entity.)
Public methodToEntity``1 (Inherited from Entity.)
Public methodToEntityReference (Inherited from Entity.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
Fields
See Also