Esempio n. 1
0
        protected bool Process(IDataTypeDiscoveryCommand actual)
        {
            Command = actual;
            DataTypeInfo type = Command.Execute();

            return(this.Matches(type));
        }
Esempio n. 2
0
 protected bool Process(IDataTypeDiscoveryCommand actual)
 {
     Command = actual;
     DataTypeInfo type = Command.Execute();
     return this.Matches(type);
 }