//------------------------------------------------------------------------------ // // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // //------------------------------------------------------------------------------ namespace ADAM.AIAHTML5.ADMIN.API.Entity { using System; public partial class DA_GetBodyRegionView_Result { public int Id { get; set; } public int BodyViewId { get; set; } public int RegionId { get; set; } public int Zorder { get; set; } public int Zoom { get; set; } public int OffsetX { get; set; } public int OffsetY { get; set; } public int Width { get; set; } public int Height { get; set; } public string IsMirrored { get; set; } public int MirrorOffset { get; set; } public string IsPrimary { get; set; } public string CanvasBounds { get; set; } } }