Class EnumSectionedCollectionOptions<T>
public record EnumSectionedCollectionOptions<T> : SelectorOptions<T>, IEquatable<SelectorOptions<T>>, IEquatable<EnumSectionedCollectionOptions<T>> where T : IEntity<T>
Type Parameters
T
- Inheritance
-
EnumSectionedCollectionOptions<T>
- Implements
- Inherited Members
Properties
CanCreate
[Obsolete("this option probably shouldn't exist - if you have a use for it, please speak up")]
public bool CanCreate { get; set; }