AjaxControlToolkit.NumericUpDownExtender.ShouldSerializeServieDownPath C# (CSharp) 메소드

ShouldSerializeServieDownPath() 개인적인 메소드

private ShouldSerializeServieDownPath ( ) : bool
리턴 bool
        bool ShouldSerializeServieDownPath()
        {
            return !String.IsNullOrEmpty(ServiceDownMethod);
        }