public FindItemByValueAttribute(TermMatch match = TermMatch.Inherit, TermCase termCase = TermCase.Inherit)
     : base(match, termCase)
 {
 }
 protected SelectByAttribute(TermCase termCase)
     : this(TermMatch.Inherit, termCase)
 {
 }
 public TermFindSettingsAttribute(Type findAttributeType, TermMatch match = TermMatch.Inherit, TermCase termCase = TermCase.Inherit)
     : base(findAttributeType)
 {
     Match = match;
     Case = termCase;
 }
 public FindByTitleAttribute(TermMatch match, TermCase termCase = TermCase.Inherit)
     : base(match, termCase)
 {
 }
 public SelectByValueAttribute(TermMatch match = TermMatch.Inherit, TermCase termCase = TermCase.Inherit)
     : base(match, termCase)
 {
 }
示例#6
0
 protected TermFindAttribute(TermMatch match, TermCase termCase)
     : this()
 {
     Match = match;
     Case  = termCase;
 }
 public FindByContentAttribute(TermCase termCase)
     : base(termCase)
 {
 }
 public FindByPlaceholderAttribute(TermMatch match, TermCase termCase = TermCase.Inherit)
     : base(match, termCase)
 {
 }
 protected TermFindAttribute(TermCase termCase)
     : this(null, termCase: termCase)
 {
 }
示例#10
0
 protected VerifyHeadingTriggerAttribute(TermMatch match, TermCase termCase)
     : base(match, termCase)
 {
 }
 public FindByPlaceholderAttribute(TermCase termCase)
     : base(termCase)
 {
 }
示例#12
0
 protected VerifyHeadingTriggerAttribute(TermCase termCase)
     : base(termCase)
 {
 }
示例#13
0
 public FindByDescendantIdAttribute(TermMatch match, TermCase termCase)
     : base(match, termCase)
 {
 }
示例#14
0
 public FindByDescendantIdAttribute(TermCase termCase)
     : base(termCase)
 {
 }
 protected VerifyHeadingTriggerAttribute(TermMatch match, TermCase termCase = TermCase.Inherit)
     : base(match, termCase)
 {
 }
示例#16
0
 protected TermFindAttribute(TermMatch match, TermCase termCase = TermCase.Inherit)
     : this(null, match, termCase)
 {
 }
 public FindByAttributeAttribute(string attributeName, TermMatch match, TermCase termCase = TermCase.Inherit)
     : this(attributeName, null, match, termCase)
 {
 }
示例#18
0
 protected TermFindAttribute(string[] values = null, TermMatch match = TermMatch.Inherit, TermCase termCase = TermCase.Inherit)
 {
     Values = values;
     Match = match;
     Case = termCase;
 }
示例#19
0
 private TermAttribute(string[] values = null, TermMatch match = TermMatch.Inherit, TermCase termCase = TermCase.Inherit)
 {
     Values = values;
     Match = match;
     Case = termCase;
 }
 public VerifyTitleSettingsAttribute(TermMatch match, TermCase termCase = TermCase.Inherit)
     : base(match, termCase)
 {
 }
 public FindByTitleAttribute(TermCase termCase)
     : base(termCase)
 {
 }
 public VerifyTitleSettingsAttribute(TermCase termCase = TermCase.Inherit)
     : base(termCase)
 {
 }
 public SelectByValueAttribute(TermCase termCase)
     : base(termCase)
 {
 }
 protected TermFindItemAttribute(TermMatch match = TermMatch.Inherit, TermCase termCase = TermCase.Inherit)
 {
     Match = match;
     Case = termCase;
 }
示例#25
0
 protected SelectByAttribute(TermMatch match = TermMatch.Inherit, TermCase termCase = TermCase.Inherit)
 {
     Match = match;
     Case = termCase;
 }
 public FindByChildContentAttribute(TermMatch match, TermCase termCase = TermCase.Inherit)
     : base(match, termCase)
 {
 }
 public TermFindSettingsAttribute(FindTermBy by, TermMatch match = TermMatch.Inherit, TermCase termCase = TermCase.Inherit)
     : this(by.ResolveFindAttributeType(), match, termCase)
 {
 }
示例#28
0
 public FindByIdAttribute(TermCase termCase)
     : base(termCase)
 {
 }
 public FindItemByValueAttribute(TermCase termCase)
     : base(termCase: termCase)
 {
 }
 public FindByLabelAttribute(TermCase termCase)
     : base(termCase)
 {
 }
 protected VerifyHeadingTriggerAttribute(TermCase termCase)
     : base(termCase)
 {
 }
示例#32
0
 public TermAttribute(TermCase termCase)
     : this(null, termCase: termCase)
 {
 }
 public FindByAttributeAttribute(string attributeName, TermCase termCase)
     : this(attributeName, null, termCase: termCase)
 {
 }
示例#34
0
 public TermAttribute(TermMatch match, TermCase termCase = TermCase.Inherit)
     : this(null, match, termCase)
 {
 }
 private FindByAttributeAttribute(string attributeName, string[] values = null, TermMatch match = TermMatch.Inherit, TermCase termCase = TermCase.Inherit)
     : base(values, match, termCase)
 {
     AttributeName = attributeName.CheckNotNullOrWhitespace(nameof(attributeName));
 }
示例#36
0
 protected TermFindAttribute(TermCase termCase)
     : this()
 {
     Case = termCase;
 }