Class ContractIdentifier.SimpleContractIdentifier
An opaque string identifier for a contract.
public sealed record ContractIdentifier.SimpleContractIdentifier : ContractIdentifier, IContractIdentifier, IEquatable<IContractIdentifier>, IEquatable<ContractIdentifier>, IEquatable<ContractIdentifier.SimpleContractIdentifier>
- Inheritance
-
ContractIdentifier.SimpleContractIdentifier
- Implements
- Inherited Members
Constructors
SimpleContractIdentifier(string)
Construct an opaque string identifier.
public SimpleContractIdentifier(string value)
Parameters
valuestring
Properties
Value
The string payload of the identifier.
public override string Value { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.