Click or drag to resize

OrderClose Class

Activity generated automatically when an order is closed.
Inheritance Hierarchy
SystemObject
  Entity
    Novalys.VisualGuard.Security.CRM.SdkOrderClose

Namespace:  Novalys.VisualGuard.Security.CRM.Sdk
Assembly:  Novalys.VisualGuard.Security.CRM (in Novalys.VisualGuard.Security.CRM.dll) Version: 2019.0.101.19 (2019.0.0101.19)
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 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 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 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 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 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 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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows 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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetRelatedEntities``1 (Inherited from Entity.)
Protected methodGetRelatedEntity``1 (Inherited from Entity.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates 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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
Fields
See Also