Priya.InfoList.Views.TemplateSubscriberSave.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;
		}