DA_GetOverLayLayerList_Result.cs 951 Bytes
//------------------------------------------------------------------------------
// <auto-generated>
//     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.
// </auto-generated>
//------------------------------------------------------------------------------

namespace AIAHTML5.ADMIN.API
{
    using System;
    
    public partial class DA_GetOverLayLayerList_Result
    {
        public int Id { get; set; }
        public int DissectibleRegionId { get; set; }
        public string SkinTone { get; set; }
        public string IsForeground { get; set; }
        public int LayerNumberStart { get; set; }
        public int LayerNumberEnd { get; set; }
        public int OffsetX { get; set; }
        public int OffsetY { get; set; }
        public int ImageId { get; set; }
    }
}