Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="V2RoomDetail" /> class.
 /// </summary>
 /// <param name="RoomAttributes">RoomAttributes.</param>
 /// <param name="RoomSystemInfo">RoomSystemInfo.</param>
 public V2RoomDetail(V2RoomAttributes RoomAttributes = default(V2RoomAttributes), RoomSystemInfo RoomSystemInfo = default(RoomSystemInfo))
 {
     this.RoomAttributes = RoomAttributes;
     this.RoomSystemInfo = RoomSystemInfo;
 }
Esempio n. 2
0
        /// <summary>
        /// Initializes a new instance of the <see cref="V2RoomDetail" /> class.
        /// </summary>
        /// <param name="RoomAttributes">RoomAttributes.</param>
        /// <param name="RoomSystemInfo">RoomSystemInfo.</param>
        public V2RoomDetail(V2RoomAttributes RoomAttributes = null, RoomSystemInfo RoomSystemInfo = null)
        {
            this.RoomAttributes = RoomAttributes;

            this.RoomSystemInfo = RoomSystemInfo;
        }