//------------------------------------------------------------------------------
//
// 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 EMIS.Entities
{
#pragma warning disable 1573
using System;
using System.Collections.Generic;
///
/// Sys_ContextMenu
///
public partial class Sys_ContextMenu
{
public Sys_ContextMenu()
{
this.Sys_ControlItemDetail = new HashSet();
}
///
/// ContextMnuNo
///
public string ContextMnuNo { get; set; }
///
/// FormClass
///
public string FormClass { get; set; }
///
/// Title
///
public string Title { get; set; }
///
/// IsNeedPrivilege
///
public bool IsNeedPrivilege { get; set; }
///
/// IconName
///
public string IconName { get; set; }
///
/// Scripts
///
public string Scripts { get; set; }
///
/// SeqNo
///
public Nullable SeqNo { get; set; }
///
/// FunctionCode
///
public string FunctionCode { get; set; }
///
/// MenuNo
///
public string MenuNo { get; set; }
///
/// RecordStatus
///
public Nullable RecordStatus { get; set; }
///
/// Sys_FunctionCode
///
public virtual Sys_FunctionCode Sys_FunctionCode { get; set; }
///
/// Sys_Menu
///
public virtual Sys_Menu Sys_Menu { get; set; }
///
/// Sys_ControlItemDetail
///
public virtual HashSet Sys_ControlItemDetail { get; set; }
}
}