Table of Contents

Class PropertySeparator

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

Represents the separator used when splitting a property value.

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

Constructors

PropertySeparator(string)

Represents the separator used when splitting a property value.

public PropertySeparator(string Value)

Parameters

Value string

Actual value.

Fields

Space

Gets the representation of a space separator.

public static readonly PropertySeparator Space

Field Value

PropertySeparator

Operators

implicit operator string(PropertySeparator)

Implicitly convert from PropertySeparator to string.

public static implicit operator string(PropertySeparator separator)

Parameters

separator PropertySeparator

PropertySeparator to convert from.

Returns

string

implicit operator PropertySeparator(string)

Implicitly convert from string to PropertySeparator.

public static implicit operator PropertySeparator(string separator)

Parameters

separator string

string to convert from.

Returns

PropertySeparator