示例#1
0
 [Obsolete("Use default constructor instead and set target attribute via TargetAttributeType property, e.g.: [FindSettings(TargetAttributeType = typeof(FindByNameAttribute))].")] // Obsolete since v1.0.0.
 public FindSettingsAttribute(FindTermBy by)
     : this(by.ResolveFindAttributeType())
 {
 }
示例#2
0
 public ControlFindingAttribute(FindTermBy by)
     : this(by.ResolveFindAttributeType())
 {
 }
 public ControlFindingAttribute(FindTermBy by)
     : this(by.ResolveFindAttributeType())
 {
 }
 public TermFindSettingsAttribute(FindTermBy by, TermMatch match = TermMatch.Inherit, TermCase termCase = TermCase.Inherit)
     : this(by.ResolveFindAttributeType(), match, termCase)
 {
 }
 public FindSettingsAttribute(FindTermBy by)
     : this(by.ResolveFindAttributeType())
 {
 }