Initializes a new instance of the
Parameter class.
Namespace: Dundas.BI.Data.ParametersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxprotected Parameter(
EntityBase parentEntity,
Guid id,
string name,
string description
)
Protected Sub New (
parentEntity As EntityBase,
id As Guid,
name As String,
description As String
)
protected:
Parameter(
EntityBase^ parentEntity,
Guid id,
String^ name,
String^ description
)
new :
parentEntity : EntityBase *
id : Guid *
name : string *
description : string -> ParameterParameters
- parentEntity EntityBase
- The parent entity.
- id Guid
- The parameter ID.
- name String
- Name of the parameter.
- description String
- The parameter description.
Exceptions
See Also