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