Interface IDisplayParameterContainer
Defines a parameter container.
Namespace: MAT.Atlas.Client.Platform.Parameters
Assembly: MAT.Atlas.Client.Platform.dll
Syntax
public interface IDisplayParameterContainer
Properties
Color
Gets the colour.
Declaration
AtlasColor Color { get; }
Property Value
Type | Description |
---|---|
AtlasColor | The colour. |
Identifier
Gets the identifier.
Declaration
string Identifier { get; }
Property Value
Type | Description |
---|---|
System.String | The identifier. |
InstanceIdentifier
Gets the instance identifier.
Declaration
Guid InstanceIdentifier { get; }
Property Value
Type | Description |
---|---|
System.Guid | The instance identifier. |
Name
Gets the name of the parameter container.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The parameter name. |
Parameters
Gets a list of parameters. IDisplayParameter
Declaration
IReadOnlyList<IDisplayParameter> Parameters { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<IDisplayParameter> | A list parameters belonging to this parameter container. |