Click or drag to resize

ExternalUsersSqlGenerator Constructor

Initializes a new instance of the ExternalUsersSqlGenerator class

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

Parameters

request
Type: FileHold.Common.GridGridReadActionData
customAttributes
Type: System.Collections.GenericListCustomAttribute
source (Optional)
Type: SystemString
See Also