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
ValuestringActual value.
Fields
NotSet
Gets the representation of a not-set PropertyName.
public static readonly PropertyName NotSet
Field Value
Operators
implicit operator string(PropertyName)
Implicitly convert from PropertyName to string.
public static implicit operator string(PropertyName name)
Parameters
namePropertyNamePropertyName to convert from.
Returns
implicit operator PropertyName(string)
Implicitly convert from string to PropertyName.
public static implicit operator PropertyName(string name)