Class ItemIdentifiers
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the identifiers used to uniquely identify this item.
public class ItemIdentifiers : GlobalSerializableBase
- Inheritance
-
ItemIdentifiers
Constructors
ItemIdentifiers()
Creates a new item identifiers object.
public ItemIdentifiers()
Properties
EnvironmentIdentifier
Gets or sets the environment identifier of the item.
public string EnvironmentIdentifier { get; set; }
Property Value
PrimaryIdentifier
Gets or sets the primary identifier of the item.
public string PrimaryIdentifier { get; set; }
Property Value
SecondaryIdentifier
Gets or sets the secondary identifier of the item.
public string SecondaryIdentifier { get; set; }
Property Value
TertiaryIdentifier
Gets or sets the tertiary identifier of the item.
public string TertiaryIdentifier { get; set; }
Property Value
Methods
IsMatch(ItemIdentifiers)
Determines whether the item identifiers match the specified item identifiers.
public bool IsMatch(ItemIdentifiers other)
Parameters
other
ItemIdentifiersThe item identifiers to evaluate.
Returns
- bool
A System.Boolean value that indicates whether the item identifiers match the specified item identifiers.
ToString()
Returns the item identifiers in a human readable format.
public override string ToString()