Class QueryName
- Namespace
- Cratis.Applications.Queries
- Assembly
- Cratis.Applications.dll
Concept representing the name of a query.
public record QueryName : ConceptAs<string>, IComparable<ConceptAs<string>>, IComparable<string>, IComparable, IEquatable<ConceptAs<string>>, IEquatable<QueryName>
- Inheritance
-
QueryName
- Implements
- Inherited Members
- Extension Methods
Constructors
QueryName(string)
Concept representing the name of a query.
public QueryName(string Value)
Parameters
ValuestringThe name of the query.
Operators
implicit operator QueryName(string)
Implicitly converts a string to a QueryName.
public static implicit operator QueryName(string name)
Parameters
namestringThe name of the query.