XebiaLabs.Deployit.UI.Validation.ValidatableViewModel.ValidateCore C# (CSharp) Method

ValidateCore() protected method

protected ValidateCore ( ) : List
return List
        protected virtual List<string> ValidateCore()
        {
            return new List<string>();
        }