Example #1
0
 public NavigatorOfficialItem(uint Id, uint ParentId, uint RoomId, bool IsCategory,
     NavigatorOfficialItemDisplayType DisplayType, string Name, string Descr, NavigatorOfficialItemImageType ImageType,
     string Image, string BannerLabel, bool CategoryAutoExpand)
 {
     mId = Id;
     mParentId = ParentId;
     mRoomId = RoomId;
     mIsCategory = IsCategory;
     mDisplayType = DisplayType;
     mName = Name;
     mDescr = Descr;
     mImageType = ImageType;
     mImage = Image;
     mBannerLabel = BannerLabel;
     mCategoryAutoExpand = CategoryAutoExpand;
 }
Example #2
0
 public NavigatorOfficialItem(uint Id, uint ParentId, uint RoomId, bool IsCategory,
                              NavigatorOfficialItemDisplayType DisplayType, string Name, string Descr, NavigatorOfficialItemImageType ImageType,
                              string Image, string BannerLabel, bool CategoryAutoExpand)
 {
     mId                 = Id;
     mParentId           = ParentId;
     mRoomId             = RoomId;
     mIsCategory         = IsCategory;
     mDisplayType        = DisplayType;
     mName               = Name;
     mDescr              = Descr;
     mImageType          = ImageType;
     mImage              = Image;
     mBannerLabel        = BannerLabel;
     mCategoryAutoExpand = CategoryAutoExpand;
 }