Example #1
0
 public DeviceTypeAttribute([NotNull] string displayName) : this(ParameterUtils.GenerateKeyByName(displayName), displayName)
 {
 }
Example #2
0
 public Builder(string name) : this(ParameterUtils.GenerateKeyByName(name), name)
 {
 }