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