コード例 #1
0
        protected bool Process(IDataTypeDiscoveryCommand actual)
        {
            Command = actual;
            DataTypeInfo type = Command.Execute();

            return(this.Matches(type));
        }
コード例 #2
0
ファイル: IsConstraint.cs プロジェクト: Waltervondehans/NBi
 protected bool Process(IDataTypeDiscoveryCommand actual)
 {
     Command = actual;
     DataTypeInfo type = Command.Execute();
     return this.Matches(type);
 }