BSky.Statistics.Common.ServerCommand.Validate C# (CSharp) Method

Validate() public method

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