Click or drag to resize

ConvertRuleItem Class

Defines the individual conditions required for creating records automatically.
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServiceConvertRuleItem

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

The ConvertRuleItem type exposes the following members.

Constructors
 NameDescription
Public methodConvertRuleItem Default Constructor.
Top
Properties
 NameDescription
Public propertyAttributes
(Inherited from Entity)
Public propertyComponentState For internal use only.
Public propertyConditionId Identifies the step of the associated workflow
Public propertyConditionXml Condition for convert rule item
Public propertyconvertrule_convertruleitem N:1 convertrule_convertruleitem
Public propertyConvertRuleId Unique identifier of the convert rule associated with the convert rule item.
Public propertyconvertruleitembase_workflowid N:1 convertruleitembase_workflowid
Public propertyConvertRuleItemId Unique identifier for entity instances
Public propertyConvertRuleItemIdUnique For internal use only.
Public propertyCreatedBy Unique identifier of the user who created the record.
Public propertyCreatedOn Date and time when the record was created.
Public propertyCreatedOnBehalfBy Shows who created the record on behalf of another user.
Public propertyDescription Type additional information to describe the rule item for automatic record creation.
Public propertyEntityState
(Inherited from Entity)
Public propertyExchangeRate Exchange rate for the currency associated with the queue with respect to the base currency.
Public propertyExtensionData
(Inherited from Entity)
Public propertyFormattedValues
(Inherited from Entity)
Public propertyHasLazyFileAttribute
(Inherited from Entity)
Public propertyId
(Overrides Entity.Id)
Public propertyIsManaged For internal use only.
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_convertruleitembase_createdby N:1 lk_convertruleitembase_createdby
Public propertylk_convertruleitembase_createdonbehalfby N:1 lk_convertruleitembase_createdonbehalfby
Public propertylk_convertruleitembase_modifiedby N:1 lk_convertruleitembase_modifiedby
Public propertylk_convertruleitembase_modifiedonbehalfby N:1 lk_convertruleitembase_modifiedonbehalfby
Public propertyLogicalName
(Inherited from Entity)
Public propertyModifiedBy Unique identifier of the user who modified the record.
Public propertyModifiedOn Date and time when the record was modified.
Public propertyModifiedOnBehalfBy Shows who created the record on behalf of another user.
Public propertyName Type a name or title of the rule item that is used for automatic record creation and update.
Public propertyOverwriteTime For internal use only.
Public propertyOwnerId Owner Id
Public propertyOwningBusinessUnit Shows the business unit that the convert rule item owner belongs to.
Public propertyOwningUser Unique identifier of the user who owns the Convert Rule Item.
Public propertyPropertiesXml Set properties xml for convert rule item
Public propertyqueue_convertruleitem N:1 queue_convertruleitem
Public propertyQueueId Choose the queue that the rule is assigned to.
Public propertyRelatedEntities
(Inherited from Entity)
Public propertyRowVersion
(Inherited from Entity)
Public propertySequenceNumber Sequence number of the convert rule item
Public propertySolutionId Unique identifier of the associated solution.
Public propertytransactioncurrency_convertruleitem N:1 transactioncurrency_convertruleitem
Public propertyTransactionCurrencyId Choose the local currency for the record to make sure budgets are reported in the correct currency.
Public propertyVersionNumber Version number of the Covert Rule Item.
Public propertyWorkflowId Workflow associated with the Convert Rule Item.
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