コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="VmChannelRelation"/> class.
 /// </summary>
 public VmChannelRelation()
 {
     Texts                            = new Dictionary <string, VmChannelRelationTexts>();
     ConnectedChannel                 = new VmConnectedChannel();
     DigitalAuthorizations            = new List <VmListItem>();
     Descriptions                     = new List <VmLocalizedDescription>();
     ChargeTypeAdditionalInformations = new List <VmLocalizedDescription>();
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="VmChannelRelationListItem"/> class.
 /// </summary>
 public VmChannelRelationListItem()
 {
     ConnectedChannel = new VmConnectedChannel();
 }