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