Priya.InfoList.Views.TemplateInfoDetailSave.IsValid C# (CSharp) Метод

IsValid() публичный Метод

public IsValid ( bool throwException, string &retMessage ) : bool
throwException bool
retMessage string
Результат bool
		public virtual bool IsValid(bool throwException, out string retMessage)
		{
			retMessage = "";
			return true;
		}