Class ConfigurationSetMetaData
A configuration set metadata.
Inheritance
System.Object
ConfigurationSetMetaData
Namespace: MESL.SqlRace.Domain.Repositories.Configuration
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class ConfigurationSetMetaData : Object
Constructors
ConfigurationSetMetaData(String, UInt32, Int32, ChannelIdRange, ChannelIdRange)
Initialises a new instance of the ConfigurationSetMetaData class.
Declaration
public ConfigurationSetMetaData(string identifier, uint offset, int id, ChannelIdRange range, ChannelIdRange rangeWithOffset)
Parameters
Type | Name | Description |
---|---|---|
System.String | identifier | The identifier. |
System.UInt32 | offset | The offset. |
System.Int32 | id | The id. |
MESL.SqlRace.Common.ChannelIdRange | range | The range. |
MESL.SqlRace.Common.ChannelIdRange | rangeWithOffset | The range with offset. |
Properties
ChannelIdRangeWithOffset
Gets the channel identifier range with offset.
Declaration
public ChannelIdRange ChannelIdRangeWithOffset { get; }
Property Value
Type | Description |
---|---|
MESL.SqlRace.Common.ChannelIdRange | The channel identifier range with offset. |
ChannelIdRangeWithoutOffset
Gets the channel identifier range without offset.
Declaration
public ChannelIdRange ChannelIdRangeWithoutOffset { get; }
Property Value
Type | Description |
---|---|
MESL.SqlRace.Common.ChannelIdRange | The channel identifier range without offset. |
Id
Gets the identifier.
Declaration
public int Id { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The identifier. |
Identifier
Gets the identifier.
Declaration
public string Identifier { get; }
Property Value
Type | Description |
---|---|
System.String | The identifier. |
Offset
Gets the offset.
Declaration
public uint Offset { get; }
Property Value
Type | Description |
---|---|
System.UInt32 | The offset. |
Methods
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A System.String that represents this instance. |