Interface IKeyedAttribute
- Namespace
- Cratis.Chronicle.Projections.ModelBound
- Assembly
- Cratis.Chronicle.dll
Defines an attribute that has a key property.
public interface IKeyedAttribute
Properties
Key
Gets the name of the property to use as key.
string? Key { get; }