Interface IChildrenBuilder
- Namespace
- Cratis.Chronicle.Projections
- Assembly
- Cratis.Chronicle.dll
Defines the base interface for children builders.
public interface IChildrenBuilder
Properties
HasIdentifiedBy
Gets whether or not the builder has identified by.
bool HasIdentifiedBy { get; }
Property Value
Methods
GetIdentifiedBy()
Gets the property path that identifies the child model in the collection within the parent.
PropertyPath GetIdentifiedBy()
Returns
- PropertyPath
Cratis.Chronicle.Properties.PropertyPath for the identified by.