BSky.Statistics.Common.ServerCommand.Validate C# (CSharp) 메소드

Validate() 공개 메소드

public Validate ( ) : bool
리턴 bool
        public virtual bool Validate() { return !string.IsNullOrEmpty(this.CommandSyntax) && this.Dispatcher != null; }