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
ValuestringActual value.
Fields
Space
Gets the representation of a space separator.
public static readonly PropertySeparator Space
Field Value
Operators
implicit operator string(PropertySeparator)
Implicitly convert from PropertySeparator to string.
public static implicit operator string(PropertySeparator separator)
Parameters
separatorPropertySeparatorPropertySeparator to convert from.
Returns
implicit operator PropertySeparator(string)
Implicitly convert from string to PropertySeparator.
public static implicit operator PropertySeparator(string separator)