Click or drag to resize

ProcessTrigger Class

Trigger that invoke a rule.
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServiceProcessTrigger

Namespace: Crm.MSCrmService
Assembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
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 propertyHasLazyFileAttribute
(Inherited from Entity)
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 propertyKeyAttributes
(Inherited from Entity)
Public propertyLazyFileAttributeKey
(Inherited from Entity)
Public propertyLazyFileAttributeValue
(Inherited from Entity)
Public propertyLazyFileSizeAttributeKey
(Inherited from Entity)
Public propertyLazyFileSizeAttributeValue
(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 propertyMethodId Displays StageID to which the PBL rule belongs to
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_SyncErrors 1:N ProcessTrigger_SyncErrors
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 propertyRowVersion
(Inherited from Entity)
Public propertyScope Scope level for PBL rules.
Public propertySolutionId Unique identifier of the associated solution.
Public propertyVersionNumber 
Top
Methods
 NameDescription
Public methodContains
(Inherited from Entity)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows 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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Protected methodGetRelatedEntities``1
(Inherited from Entity)
Protected methodGetRelatedEntity``1
(Inherited from Entity)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates 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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryGetAttributeValue``1
(Inherited from Entity)
Top
Events
Fields
See Also