Click or drag to resize

QuoteClose Class

Activity generated when a quote is closed.
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServiceQuoteClose

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

The QuoteClose type exposes the following members.

Constructors
 NameDescription
Public methodQuoteClose Default Constructor.
Top
Properties
 NameDescription
Public propertyactivity_pointer_quote_close N:1 activity_pointer_quote_close
Public propertyActivityId Unique identifier of the quote close activity.
Public propertyActivityTypeCode Type of activity.
Public propertyActualDurationMinutes Actual duration of the quote close activity in minutes.
Public propertyActualEnd Actual end time of the quote close activity.
Public propertyActualStart Actual start time of the quote close activity.
Public propertyAttributes
(Inherited from Entity)
Public propertybusiness_unit_quote_close_activities N:1 business_unit_quote_close_activities
Public propertyCategory Category of the quote close activity.
Public propertyCreatedBy Unique identifier of the user who created the quote close activity.
Public propertyCreatedByExternalParty Shows the external party who created the record.
Public propertyCreatedOn Date and time when the quote close activity was created.
Public propertyCreatedOnBehalfBy Unique identifier of the delegate user who created the quoteclose.
Public propertyDescription Activity generated when a quote is closed.
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 propertyImportSequenceNumber Unique identifier of the data import or data migration that created this record.
Public propertyIsBilled Information about whether the quote close activity was billed as part of resolving a case.
Public propertyIsRegularActivity Information regarding whether the activity is a regular activity type or event type.
Public propertyIsWorkflowCreated Information that specifies if the quote close activity was created from a workflow rule.
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_externalparty_quoteclose_createdby N:1 lk_externalparty_quoteclose_createdby
Public propertylk_externalparty_quoteclose_modifiedby N:1 lk_externalparty_quoteclose_modifiedby
Public propertylk_quoteclose_createdby N:1 lk_quoteclose_createdby
Public propertylk_quoteclose_createdonbehalfby N:1 lk_quoteclose_createdonbehalfby
Public propertylk_quoteclose_modifiedby N:1 lk_quoteclose_modifiedby
Public propertylk_quoteclose_modifiedonbehalfby N:1 lk_quoteclose_modifiedonbehalfby
Public propertyLogicalName
(Inherited from Entity)
Public propertyModifiedBy Unique identifier of the user who last modified the quote close activity.
Public propertyModifiedByExternalParty Shows the external party who modified the record.
Public propertyModifiedOn Date and time when the quote close activity was last modified.
Public propertyModifiedOnBehalfBy Unique identifier of the delegate user who last modified the quoteclose.
Public propertyOverriddenCreatedOn Date and time that the record was migrated.
Public propertyOwnerId Unique identifier of the user or team who owns the quote close activity.
Public propertyOwningBusinessUnit Unique identifier of the business unit that owns the quote close activity.
Public propertyOwningTeam Unique identifier of the team who owns the quote close activity.
Public propertyOwningUser Unique identifier of the user who owns the quote close activity.
Public propertyQuote_QuoteClose N:1 Quote_QuoteClose
Public propertyquoteclose_activity_parties 1:N quoteclose_activity_parties
Public propertyQuoteClose_Annotation 1:N QuoteClose_Annotation
Public propertyQuoteClose_AsyncOperations 1:N QuoteClose_AsyncOperations
Public propertyQuoteClose_BulkDeleteFailures 1:N QuoteClose_BulkDeleteFailures
Public propertyQuoteClose_SyncErrors 1:N QuoteClose_SyncErrors
Public propertyQuoteId Unique identifier of the quote with which the quote close activity is associated.
Public propertyQuoteNumber Quote number.
Public propertyRelatedEntities
(Inherited from Entity)
Public propertyRevision Quote revision number.
Public propertyRowVersion
(Inherited from Entity)
Public propertyScheduledDurationMinutes Scheduled duration of the quote close activity, specified in minutes.
Public propertyScheduledEnd Scheduled end time of the quote close activity.
Public propertyScheduledStart Scheduled start time of the quote close activity.
Public propertyservice_quoteclose N:1 service_quoteclose
Public propertyServiceId Unique identifier of the service with which the quote close activity is associated.
Public propertyStateCode Shows whether the quote close activity is open, completed, or canceled. By default, quote close activities are completed.
Public propertyStatusCode Reason for the status of the quote close activity.
Public propertySubcategory Subcategory of the quote close activity.
Public propertySubject Subject associated with the quote close activity.
Public propertyteam_quoteclose N:1 team_quoteclose
Public propertyTimeZoneRuleVersionNumber For internal use only.
Public propertyuser_quoteclose N:1 user_quoteclose
Public propertyuserentityinstancedata_quoteclose 1:N userentityinstancedata_quoteclose
Public propertyUTCConversionTimeZoneCode Time zone code that was in use when the record was created.
Public propertyVersionNumber Version number of the quote close activity.
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