Table of Contents

Class PropertyName

Namespace
Cratis.Chronicle.Events.Migrations
Assembly
Cratis.Chronicle.dll

Represents the name of a property in an event type.

public record PropertyName : ConceptAs<string>, IComparable<ConceptAs<string>>, IComparable<string>, IComparable, IEquatable<ConceptAs<string>>, IEquatable<PropertyName>
Inheritance
PropertyName
Implements
Inherited Members

Constructors

PropertyName(string)

Represents the name of a property in an event type.

public PropertyName(string Value)

Parameters

Value string

Actual value.

Fields

NotSet

Gets the representation of a not-set PropertyName.

public static readonly PropertyName NotSet

Field Value

PropertyName

Operators

implicit operator string(PropertyName)

Implicitly convert from PropertyName to string.

public static implicit operator string(PropertyName name)

Parameters

name PropertyName

PropertyName to convert from.

Returns

string

implicit operator PropertyName(string)

Implicitly convert from string to PropertyName.

public static implicit operator PropertyName(string name)

Parameters

name string

string to convert from.

Returns

PropertyName