Skip to content

Id

interludesoftware.tick

Interlude.Tick

Id Struct

public struct Id

Constructors

Id(string) Constructor

Creates an Id from a string label.

public Id(string value);

Parameters

value System.String

Id(Guid) Constructor

Creates an Id from a System.Guid.

public Id(System.Guid guid);

Parameters

guid System.Guid

Operators

Id.implicit operator Id(string) Operator

Implicitly converts a string to an Id.

public static Interlude.Tick.Id implicit operator Interlude.Tick.Id(string value);

Parameters

value System.String

Returns

Id

Id.implicit operator Id(Guid) Operator

Implicitly converts a System.Guid to an Id.

public static Interlude.Tick.Id implicit operator Interlude.Tick.Id(System.Guid id);

Parameters

id System.Guid

Returns

Id