Click or drag to resize
Context Class
Контекст выполнения действия процесса.
Inheritance Hierarchy
SystemObject
  PZone.Xrm.WorkflowContext

Namespace:  PZone.Xrm.Workflow
Assembly:  PZone.SDK.Xrm.Workflow (in PZone.SDK.Xrm.Workflow.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
C#
public class Context

The Context type exposes the following members.

Constructors
  NameDescription
Public methodContext
Конструтор класса.
Top
Properties
  NameDescription
Public propertyEntityId
Идентификатор основной сущности.
Public propertyEntityName
Системное имя основной сущности.
Public propertyService
Ссылка на экземпляр CRM-сервиса, запусщенного от имени пользователя, инициировавшего запуск действия процесса.
Public propertySourceActivityContext
Исходный стандартный контекст выполнения действия процесса.
Public propertySourceContext
Исходный стандартный контекст действия процесса.
Public propertyTracingService
Cервис трассировки.
Top
Methods
  NameDescription
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldIsTestingOrganization
Флаг тестовая организация или нет
Top
See Also