//------------------------------------------------------------------------------ // // 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 AIAHTML5.ADMIN.API { using System; using System.Collections.Generic; public partial class DissectibleRegionView { 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 Transparency { get; set; } public string CanvasBounds { get; set; } } }