Priya.InfoList.Views.TemplateInfoCategoryView.IsValid C# (CSharp) Méthode

IsValid() public méthode

public IsValid ( bool throwException, string &retMessage ) : bool
throwException bool
retMessage string
Résultat bool
		public virtual bool IsValid(bool throwException, out string retMessage)
		{
			retMessage = "";
			return true;
		}