MVVMSidekick.ViewModels.BindableBase.SetErrorMessageAndTryNotify C# (CSharp) Method

SetErrorMessageAndTryNotify() protected abstract method

Sets the validate error of this model and notify

设置错误内容并且尝试用事件通知

protected abstract SetErrorMessageAndTryNotify ( string value ) : void
value string The value.
return void
        protected abstract void SetErrorMessageAndTryNotify(string value);