Class ApplicationGroup
Used as the highest level container for a Parameter.
Inherited Members
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class ApplicationGroup : ParameterGroup
Remarks
Using a file system analogy ApplicationGroups are like drives and may contain Parameter
Constructors
ApplicationGroup(String, List<String>)
Initialises a new instance of the Application
Declaration
public ApplicationGroup(string name, List<string> parameterGroupIds)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | The name of the application group |
System. |
parameterGroupIds | The parameter group ids. |
ApplicationGroup(String, String)
Initialises a new instance of the Application
Declaration
public ApplicationGroup(string name, string description)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | The name of the application group |
System. |
description | The description. |
ApplicationGroup(String, String, List<String>)
Initialises a new instance of the Application
Declaration
public ApplicationGroup(string name, string description, List<string> parameterGroupIds)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | The name of the application group |
System. |
description | The description. |
System. |
parameterGroupIds | The parameter group ids. |
ApplicationGroup(String, String, Nullable<UInt32>, List<String>)
Initialises a new instance of the Application
Declaration
public ApplicationGroup(string name, string description, Nullable<uint> applicationId, List<string> parameterGroupIds)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | Application group name. |
System. |
description | Application group description. |
System. |
applicationId | The application id. |
System. |
parameterGroupIds | List of parameter groups related to this Application group. |
Properties
ApplicationId
Gets application id for the current instance.
Declaration
public Nullable<uint> ApplicationId { get; }
Property Value
Type | Description |
---|---|
System. |
Name
Gets the Application group name (unique identifier for the group).
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System. |
ParentOwnerID
Gets the parent's owner ID.
Declaration
public uint ParentOwnerID { get; set; }
Property Value
Type | Description |
---|---|
System. |
SupportsRda
Gets or sets a value indicating whether this group supports RDA.
Declaration
public bool SupportsRda { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
A System. |