Method CanThrowWarningIfNot
CanThrowWarningIfNot(Operation, T)
Checks if the specified operation can be performed and throws a warning if not.
protected void CanThrowWarningIfNot(Operation operation, T entity = null)
Parameters
operationOperationThe operation to check.
entityTThe entity to check.
CanThrowWarningIfNot(Operation, IPrimaryKey)
Checks if the specified operation can be performed and throws a warning if not.
public void CanThrowWarningIfNot(Operation operation, IPrimaryKey keys)
Parameters
operationOperationThe operation to check.
keysIPrimaryKeyThe primary keys to check.