[]
Gets or sets a handler that cancels the creation process if it returns false.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Func<bool> OnBeforeCreate { get; set; }
Type | Description |
---|---|
Func<bool> | A function that returns a bool. |