Method WithSoftDeleted
WithSoftDeleted(bool)
Sets whether the field descriptor is soft deleted.
public T WithSoftDeleted(bool isSoftDeleted)
Parameters
isSoftDeleted
boolA boolean indicating whether the field descriptor is soft deleted.
Returns
- T
The builder instance.