Click or drag to resize

OrderClose Class

Activity generated automatically when an order is closed.
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServiceOrderClose

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

The OrderClose type exposes the following members.

Constructors
 NameDescription
Public methodOrderClose Default Constructor.
Top
Properties
 NameDescription
Public propertyactivity_pointer_order_close N:1 activity_pointer_order_close
Public propertyActivityId Unique identifier of the order close activity.
Public propertyActivityTypeCode Type of activity.
Public propertyActualDurationMinutes Actual duration of the order close activity in minutes.
Public propertyActualEnd Actual end time of the order close activity.
Public propertyActualStart Actual start time of the order close activity.
Public propertyAttributes
(Inherited from Entity)
Public propertybusiness_unit_order_close_activities N:1 business_unit_order_close_activities
Public propertyCategory Category of the order close activity.
Public propertyCreatedBy Unique identifier of the user who created the order close activity.
Public propertyCreatedByExternalParty Shows the external party who created the record.
Public propertyCreatedOn Date and time when the order close activity was created.
Public propertyCreatedOnBehalfBy Unique identifier of the delegate user who created the orderclose.
Public propertyDescription Activity generated automatically when an order 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 order 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 order 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_orderclose_createdby N:1 lk_externalparty_orderclose_createdby
Public propertylk_externalparty_orderclose_modifiedby N:1 lk_externalparty_orderclose_modifiedby
Public propertylk_orderclose_createdby N:1 lk_orderclose_createdby
Public propertylk_orderclose_createdonbehalfby N:1 lk_orderclose_createdonbehalfby
Public propertylk_orderclose_modifiedby N:1 lk_orderclose_modifiedby
Public propertylk_orderclose_modifiedonbehalfby N:1 lk_orderclose_modifiedonbehalfby
Public propertyLogicalName
(Inherited from Entity)
Public propertyModifiedBy Unique identifier of the user who last modified the order close activity.
Public propertyModifiedByExternalParty Shows the external party who modified the record.
Public propertyModifiedOn Date and time when the order close activity was last modified.
Public propertyModifiedOnBehalfBy Unique identifier of the delegate user who last modified the orderclose.
Public propertyorderclose_activity_parties 1:N orderclose_activity_parties
Public propertyOrderClose_Annotation 1:N OrderClose_Annotation
Public propertyOrderClose_AsyncOperations 1:N OrderClose_AsyncOperations
Public propertyOrderClose_BulkDeleteFailures 1:N OrderClose_BulkDeleteFailures
Public propertyOrderClose_SyncErrors 1:N OrderClose_SyncErrors
Public propertyOrderNumber Order number.
Public propertyOverriddenCreatedOn Date and time that the record was migrated.
Public propertyOwnerId Unique identifier of the user or team who owns the order close activity.
Public propertyOwningBusinessUnit Unique identifier of the business unit that owns the order close activity.
Public propertyOwningTeam Unique identifier of the team who owns the order close activity.
Public propertyOwningUser Unique identifier of the user who owns the order close activity.
Public propertyRelatedEntities
(Inherited from Entity)
Public propertyRevision Order revision number.
Public propertyRowVersion
(Inherited from Entity)
Public propertySalesOrder_OrderClose N:1 SalesOrder_OrderClose
Public propertySalesOrderId Unique identifier of the order with which the order close activity is associated.
Public propertyScheduledDurationMinutes Scheduled duration of the order close activity, specified in minutes.
Public propertyScheduledEnd Scheduled end time of the order close activity.
Public propertyScheduledStart Scheduled start time of the order close activity.
Public propertyservice_orderclose N:1 service_orderclose
Public propertyServiceId Unique identifier of the service with which the order close activity is associated.
Public propertyStateCode Shows whether the order close activity is open, completed, or canceled. By default, order close activities are completed.
Public propertyStatusCode Reason for the status of the order close activity.
Public propertySubcategory Subcategory of the order close activity.
Public propertySubject Subject associated with the order close activity.
Public propertyteam_orderclose N:1 team_orderclose
Public propertyTimeZoneRuleVersionNumber For internal use only.
Public propertyuser_orderclose N:1 user_orderclose
Public propertyuserentityinstancedata_orderclose 1:N userentityinstancedata_orderclose
Public propertyUTCConversionTimeZoneCode Time zone code that was in use when the record was created.
Public propertyVersionNumber Version number of the order 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