Click or drag to resize

ProcessStage Class

Stage associated with a process.
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServiceProcessStage

Namespace: Crm.MSCrmService
Assembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ProcessStage : Entity, 
	INotifyPropertyChanging, INotifyPropertyChanged

The ProcessStage type exposes the following members.

Constructors
 NameDescription
Public methodProcessStage Default Constructor.
Top
Properties
 NameDescription
Public propertyAttributes
(Inherited from Entity)
Public propertyEntityState
(Inherited from Entity)
Public propertyExtensionData
(Inherited from Entity)
Public propertyFormattedValues
(Inherited from Entity)
Public propertyHasLazyFileAttribute
(Inherited from Entity)
Public propertyId
(Overrides Entity.Id)
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 propertyLogicalName
(Inherited from Entity)
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 propertyPrimaryEntityTypeCode Primary entity associated with the stage.
Public propertyprocess_processstage N:1 process_processstage
Public propertyProcessId Shows the ID of the process.
Public propertyprocessstage_account 1:N processstage_account
Public propertyprocessstage_appointments 1:N processstage_appointments
Public propertyprocessstage_campaignactivities 1:N processstage_campaignactivities
Public propertyprocessstage_campaignresponses 1:N processstage_campaignresponses
Public propertyprocessstage_campaigns 1:N processstage_campaigns
Public propertyprocessstage_competitors 1:N processstage_competitors
Public propertyprocessstage_contact 1:N processstage_contact
Public propertyprocessstage_emails 1:N processstage_emails
Public propertyprocessstage_faxes 1:N processstage_faxes
Public propertyprocessstage_incident 1:N processstage_incident
Public propertyprocessstage_invoices 1:N processstage_invoices
Public propertyprocessstage_knowledgearticle 1:N processstage_knowledgearticle
Public propertyprocessstage_lead 1:N processstage_lead
Public propertyprocessstage_letters 1:N processstage_letters
Public propertyprocessstage_lists 1:N processstage_lists
Public propertyprocessstage_opportunity 1:N processstage_opportunity
Public propertyprocessstage_phonecalls 1:N processstage_phonecalls
Public propertyprocessstage_productpricelevels 1:N processstage_productpricelevels
Public propertyprocessstage_products 1:N processstage_products
Public propertyprocessstage_quotes 1:N processstage_quotes
Public propertyprocessstage_recurringappointmentmasters 1:N processstage_recurringappointmentmasters
Public propertyprocessstage_salesliteratures 1:N processstage_salesliteratures
Public propertyprocessstage_salesorders 1:N processstage_salesorders
Public propertyProcessStage_SyncErrors 1:N ProcessStage_SyncErrors
Public propertyprocessstage_systemusers 1:N processstage_systemusers
Public propertyprocessstage_tasks 1:N processstage_tasks
Public propertyprocessstage_teams 1:N processstage_teams
Public propertyProcessStageId Shows the ID of the process stage record.
Public propertyRelatedEntities
(Inherited from Entity)
Public propertyRowVersion
(Inherited from Entity)
Public propertyStageCategory Select the category of the sales process.
Public propertyStageName Type a name for the process stage.
Public propertyVersionNumber Version number of the process stage.
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