Class ValueSectionedReferenceOptions<T>
public record ValueSectionedReferenceOptions<T> : IEquatable<ValueSectionedReferenceOptions<T>> where T : IEntity<T>
Type Parameters
T
- Inheritance
-
ValueSectionedReferenceOptions<T>
- Implements
- Inherited Members
Properties
ConfigureContent
public Action<ContentOptions>? ConfigureContent { get; set; }
Property Value
CreateContent
public Func<T, Action<ContentOptions>, ContentControllerBase<T>>? CreateContent { get; set; }
Property Value
- Func<T, Action<ContentOptions>, ContentControllerBase<T>>
IsContentEditable
Override editability of the referenced entity.
public bool? IsContentEditable { get; set; }
Property Value
- bool?