public FindItemByValueAttribute(TermMatch match = TermMatch.Inherit, TermCase termCase = TermCase.Inherit)
     : base(match, termCase)
 {
 }
Пример #2
0
 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;
 }
Пример #4
0
 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)
 {
 }
Пример #9
0
 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)
 {
 }
Пример #21
0
 public FindByTitleAttribute(TermCase termCase)
     : base(termCase)
 {
 }
 public VerifyTitleSettingsAttribute(TermCase termCase = TermCase.Inherit)
     : base(termCase)
 {
 }
 public SelectByValueAttribute(TermCase termCase)
     : base(termCase)
 {
 }
Пример #24
0
 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)
 {
 }
Пример #30
0
 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;
 }