ExternalUsersSqlGenerator Constructor

Initializes a new instance of the ExternalUsersSqlGenerator class

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
public ExternalUsersSqlGenerator(
	GridReadActionData request,
	List<CustomAttribute> customAttributes,
	string source = null
)

Parameters

request  GridReadActionData
 
customAttributes  ListCustomAttribute
 
source  String  (Optional)
 

See Also