AppResourceInfo Constructor

Initializes a new instance of the AppResourceInfo class.

Namespace:  Dundas.BI.AppResources
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public AppResourceInfo(
	string name,
	Guid? tenantId,
	Guid moduleId,
	AppResourceKind resourceKind
)

Parameters

name
Type: SystemString
The name.
tenantId
Type: SystemNullableGuid
The tenant identifier.
moduleId
Type: SystemGuid
The module identifier.
resourceKind
Type: Dundas.BI.AppResourcesAppResourceKind
Kind of the resource.
Exceptions
ExceptionCondition
ArgumentExceptionname is not a valid non-empty string. or tenantId is Empty. or moduleId is Empty.
ArgumentOutOfRangeExceptionresourceKind is not one of the AppResourceKind values.
See Also