コード例 #1
0
 protected TypedResource(IResourceProperties properties)
 {
     Data = new TypedObject(new Dictionary <string, ITypedObject>
     {
         { nameof(name), new TypedObject(name) }
     });
 }
コード例 #2
0
ファイル: Status.cs プロジェクト: 24093/DeviceHub
 public Status(IResourceProperties properties)
     : base(properties)
 {
 }
コード例 #3
0
 public Identity(IResourceProperties properties)
     : base(properties)
 {
 }