AjaxControlToolkit.NumericUpDownExtender.ShouldSerializeServieDownPath C# (CSharp) Метод

ShouldSerializeServieDownPath() приватный Метод

private ShouldSerializeServieDownPath ( ) : bool
Результат bool
        bool ShouldSerializeServieDownPath()
        {
            return !String.IsNullOrEmpty(ServiceDownMethod);
        }