Show / Hide Table of Contents

    Interface IPluginEventContext2

    Context for CreateMultiple or UpdateMultiple plugin event. Also compatible with Create and Update.

    Inherited Members
    IBasePluginEventContext.ServiceProvider
    IBasePluginEventContext.PluginContext
    IBasePluginEventContext.Logger
    IBasePluginEventContext.GetSharedVariable<T>(String, Boolean, T)
    IBasePluginEventContext.TraceConfig
    IEventContext.ActionTypeName
    IEventContext.Assert(Boolean, String, Object[])
    IEventContext.BuildInnerException(Exception)
    IEventContext.CanSendException(Exception)
    IEventContext.ExecutionContext
    IEventContext.GetOrgService(Nullable<Guid>)
    IEventContext.IsExecutingAsynchronously
    IEventContext.IsExecutingInSandbox
    IEventContext.IsExecutingSynchronously
    IEventContext.Throw(String, Exception, Object[])
    IEventContext.Trace(String, Object[])
    IEventContext.TraceException(String, Exception, Object[])
    IEventContext.TracingService
    IEventContext.XrmContext
    Namespace: Hsl.Xrm.Sdk.Plugin
    Assembly: Hsl.Xrm.Sdk.Plugin.dll
    Syntax
    public interface IPluginEventContext2 : IBasePluginEventContext, IEventContext

    Properties

    Targets

    List of records being created/updated

    Declaration
    IReadOnlyList<TargetItem> Targets { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<TargetItem>
    Back to top Hsl.Xrm.Sdk