Table of Contents

Class CustomSecurityCriteriaPatcherEventArgs

Namespace
DevExpress.Xpo
Assembly
DevExpress.Xpo.v24.1.dll
public class CustomSecurityCriteriaPatcherEventArgs : HandledEventArgs
Inheritance
CustomSecurityCriteriaPatcherEventArgs
Inherited Members

Constructors

CustomSecurityCriteriaPatcherEventArgs(XPClassInfo, SecurityContext)

public CustomSecurityCriteriaPatcherEventArgs(XPClassInfo xPClassInfo, SecurityContext securityContext)

Parameters

xPClassInfo XPClassInfo
securityContext SecurityContext

Properties

ClassInfo

public XPClassInfo ClassInfo { get; set; }

Property Value

XPClassInfo

CustomSecurityCriteriaPatcher

public ISecurityCriteriaPatcher CustomSecurityCriteriaPatcher { get; set; }

Property Value

ISecurityCriteriaPatcher

SecurityContext

public SecurityContext SecurityContext { get; set; }

Property Value

SecurityContext