示例#1
0
 bool IRIFReportScope.TextboxInScope(int sequenceIndex)
 {
     return(SequenceIndex.GetBit(this.m_textboxesInScope, sequenceIndex, true));
 }
示例#2
0
 public bool VariableInScope(int sequenceIndex)
 {
     return(SequenceIndex.GetBit(this.m_variablesInScope, sequenceIndex, true));
 }
示例#3
0
 bool IRIFReportScope.VariableInScope(int sequenceIndex)
 {
     return(SequenceIndex.GetBit(this.m_variablesInScope, sequenceIndex, true));
 }
示例#4
0
 public bool TextboxInScope(int sequenceIndex)
 {
     return(SequenceIndex.GetBit(this.m_textboxesInScope, sequenceIndex, true));
 }
示例#5
0
 public bool VariableInScope(int sequenceIndex)
 {
     return(SequenceIndex.GetBit(m_variablesInScope, sequenceIndex, returnValueIfSequenceNull: true));
 }
示例#6
0
 public bool TextboxInScope(int sequenceIndex)
 {
     return(SequenceIndex.GetBit(m_textboxesInScope, sequenceIndex, returnValueIfSequenceNull: true));
 }
示例#7
0
 bool IRIFReportScope.TextboxInScope(int sequenceIndex)
 {
     return(SequenceIndex.GetBit(m_textboxesInScope, sequenceIndex, returnValueIfSequenceNull: true));
 }
示例#8
0
 bool IRIFReportScope.VariableInScope(int sequenceIndex)
 {
     return(SequenceIndex.GetBit(m_variablesInScope, sequenceIndex, returnValueIfSequenceNull: true));
 }