//------------------------------------------------------------------------------ // // 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.Entity { using System; using System.Collections.Generic; public partial class DissectibleNavigatorImage { public int Id { get; set; } public Nullable ContentDescriptorId { get; set; } public string Sex { get; set; } public int DissectibleBodyViewId { get; set; } public string Filename { get; set; } public string SkinTone { get; set; } public string GrayScale { get; set; } public string FigLeaf { get; set; } public byte[] ContentImage { get; set; } public string Extension { get; set; } public virtual ContentDescriptor ContentDescriptor { get; set; } public virtual DissectibleBodyView DissectibleBodyView { get; set; } } }