Class ObjectWithId
- Namespace
- AlgorithmsSW.Object
- Assembly
- AlgorithmsSW.dll
An object with an ID. Useful for doing tests where objects are required to be distinguishable.
public class ObjectWithId : IIdeable
- Inheritance
-
ObjectWithId
- Implements
- Inherited Members
- Extension Methods
Properties
Id
public int Id { 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.