IModelFactory Interface

框架資料模型工廠

Definition

Namespace: eBizprise.Framework.Common.Interface
Assembly: eBizprise.Framework.Common (in eBizprise.Framework.Common.dll) Version: 25.0.1.0+9af286275430f5cdff066120a88db0d7edbaef7c
C#
public interface IModelFactory

Methods

CreateCodeTable 建立代碼資料模型
CreateEmployee 建立人員資料模型
CreateGroup 建立群組資料模型
CreateMenu 建立選單資料模型
CreateMenuAuthority 建立選單權限資料模型
CreateProgram 建立程式資料模型
CreateRole 建立角色資料模型
CreateSession 建立登入會話資料模型

See Also