示例#1
0
 internal RecordTypeOperators(RecordType recordType, IOperatorCollection allowedOperators)
 {
     this.recordType       = recordType;
     this.allowedOperators = allowedOperators;
 }
示例#2
0
 protected RecordType(IOperatorCollection allowedSuffixOperators) =>