C# 클래스 CCN.Modules.Base.DataAccess.BaseDA

基础模块
상속: Cedar.Framework.Common.Server.BaseClasses.DataAccessBase
파일 보기 프로젝트 열기: Chinaccn/surfboard

공개 메소드들

메소드 설명
AddBanner ( BaseBannerModel model ) : int

添加广告

AddCarBrand ( BaseCarBrandModel model ) : int

添加品牌信息

AddCarModel ( BaseCarModelModel model ) : int

添加车型信息

AddCarSeries ( BaseCarSeriesModel model ) : int

添加车系信息AddCarSeries

AddCode ( BaseCodeModel model ) : int

添加基础数据代码值

AddCodeType ( BaseCodeTypeModel model ) : int

添加基础数据代码类型

AddDepartment ( BaseDepartmentModel model ) : int

添加部门

AddMenu ( BaseMenuModel model ) : int

添加菜单

AddRole ( BaseRoleModel model ) : int

添加角色信息

AddRoleMenu ( BaseRoleMenuModel model ) : int

给角色赋相应的权限

AddUser ( BaseUserModel model ) : int

添加用户信息

AddUserDepartment ( BaseUserDepartmentAddModel model ) : int

保存职员对应部门

AddUserRole ( BaseRoleUserModel model ) : int

保存职员对应角色

BaseDA ( ) : System

DeleteBannerById ( string innerid ) : int

删除广告

DeleteCarBrand ( string innerid ) : int

删除品牌信息

DeleteCarModel ( string innerid ) : int

删除车型信息

DeleteCarSeries ( string innerid ) : int

删除车系信息

DeleteCode ( string innerid ) : int

删除基础数据代码值

DeleteCodeType ( string innerid ) : int

删除基础数据代码类型

DeleteMenu ( string innerid ) : int

删除菜单(物理删除)

GetAllDepartment ( BaseDepartmentModel model ) : IEnumerable

获取所有部门

GetAllMenu ( BaseMenuModel model ) : IEnumerable

获取所有菜单

GetAllRole ( BaseRoleModel model ) : IEnumerable

获取所有角色

GetBannerById ( string innerid ) : BaseBannerModel

获取广告详情

GetBannerList ( ) : IEnumerable

获取广告列表

GetBannerPageList ( BaseBannerQueryModel query ) : BasePageList

获取广告列表--分页

GetBaseCarModelById ( string innerid ) : BaseCarModelModel

获取车型信息

GetCarBrand ( ) : IEnumerable

获取品牌

GetCarBrand ( string initial ) : IEnumerable

获取品牌

GetCarBrandById ( string innerid ) : BaseCarBrandModel

获取品牌信息

GetCarBrandHotTop ( int top ) : IEnumerable

获取品牌热度Top n

GetCarBrandList ( BaseCarBrandQueryModel query ) : BasePageList

获取品牌列表

GetCarBrandMaxId ( ) : int

获取ID最大值

GetCarBrandName ( string brandname, string innerid ) : BaseCarBrandModel

验证品牌信息是否同名

GetCarModel ( int seriesId ) : IEnumerable

根据车系ID获取车型

GetCarModelById ( int innerid ) : BaseCarModelModel

根据ID获取车型信息

GetCarModelList ( BaseCarModelQueryModel query ) : BasePageList

获取车型列表

GetCarModelMaxId ( ) : int

获取车型ID最大值

GetCarModelName ( string modelname, string innerid ) : BaseCarModelModel

GetCarSeries ( ) : IEnumerable

根据品牌id获取车系

GetCarSeries ( int brandId ) : IEnumerable

根据品牌id获取车系

GetCarSeriesById ( string innerid ) : BaseCarSeriesModel

获取车系信息

GetCarSeriesHotTop ( int top ) : IEnumerable

获取热门车系Top n

GetCarSeriesList ( BaseCarSeriesQueryModel query ) : BasePageList

获取车系列表

GetCarSeriesMaxId ( ) : int

获取ID最大值

GetCarSeriesName ( string seriesname, string innerid, string brandid ) : BaseCarSeriesModel

获取车系名称

GetCityList ( int provId, string initial ) : IEnumerable

根据省份获取城市

GetCodeById ( string innerid ) : BaseCodeSelectModel

获得基础数据代码值

GetCodeByTypeKey ( string typekey, string codename, string codevalue ) : BaseCodeModel

获取基础数据代码值key

GetCodeByTypeKey ( string typekey ) : IEnumerable

获取代码值列表

GetCodeList ( BaseCodeQueryModel query ) : BasePageList

获取基础数据代码值列表

GetCodeType ( string innerid ) : IEnumerable

获取基础数据代码值

GetCodeTypeById ( string innerid ) : BaseCodeTypeModel

获取基础数据代码类型

GetCodeTypeByTypeKey ( string typekey, string innerid ) : BaseCodeTypeModel

获取基础数据代码类型key

GetCodeTypeList ( BaseCodeTypeQueryModel query ) : BasePageList

获取基础数据代码类型列表

GetCountyList ( int cityId ) : IEnumerable

根据省份获取区县

GetDepartmentByID ( string id ) : BaseDepartmentModel

根据id获取部门信息

GetManageCityList ( BaseDepartmentQueryModel query ) : BasePageList

获取部门列表

GetMenuByUerid ( string userid ) : IEnumerable

获取用户对应菜单

GetMenuInfo ( string innerid ) : BaseMenuModel

获取菜单详细信息

GetMenuList ( MenuQueryModel query ) : BasePageList

获取菜单列表

GetProvList ( string initial ) : IEnumerable

获取省份

GetRoleByUerid ( string userid ) : IEnumerable

获取用户对应权限

GetRoleInfoByID ( string innerid ) : BaseRoleModel

根据ID获取用户信息

GetRoleList ( BaseRoleQueryModel query ) : BasePageList

获取角色列表

GetRoleToMenu ( string roleid ) : IEnumerable

获取角色对应所有的菜单

GetTotalAreaList ( ) : List

GetUserInfo ( string loginname, string password ) : BaseUserModel

获取登录人信息

GetUserInfo ( BaseUserModel model ) : IEnumerable

获取用户信息

GetUserInfoByID ( string innerid ) : BaseUserModel

根据ID获取用户信息

GetUserInfoByLoginName ( string loginname ) : BaseUserModel

根据登入名获取用户信息

GetUserInfoByidname ( string id, string loginname ) : BaseUserModel

根据登入名,id获取用户信息

GetUserList ( BaseUserQueryModel query ) : BasePageList

获取用户列表

GetUserToDepartment ( string userid ) : IEnumerable

获取职员对应所有的部门

GetVerification ( string target, int utype ) : BaseVerification

获取验证码

SaveVerification ( BaseVerification model ) : int

验证码保存

UpdateBanner ( BaseBannerModel model ) : int

更新广告

UpdateBannerStatus ( string id, int status ) : int

更新广告状态

UpdateBrandStatus ( string carid, int status ) : int

更新品牌状态

UpdateCarBrand ( BaseCarBrandModel model ) : int

更新品牌信息

UpdateCarBrand ( string json ) : int

更新品牌

UpdateCarModel ( BaseCarModelModel model ) : int

更新车型信息

UpdateCarModel ( string json, int seriesid ) : int

更新车型

UpdateCarSeries ( BaseCarSeriesModel model ) : int

更新车系信息

UpdateCarSeries ( string json, int brandid ) : int

更新车系

UpdateCode ( BaseCodeModel model ) : int

更新基础数据代码值

UpdateCodeStatus ( string id, int status ) : int

更新基础数据代码值状态

UpdateCodeType ( BaseCodeTypeModel model ) : int

更新基础数据代码类型

UpdateCodeTypeStatus ( string id, int status ) : int

更新基础数据代码类型状态

UpdateDepartment ( BaseDepartmentModel model ) : int

更新部门

UpdateMenu ( BaseMenuModel model ) : int

更新菜单信息

UpdateModelStatus ( string carid, int status ) : int

更改车型状态

UpdateRole ( BaseRoleModel model ) : int

编辑角色信息

UpdateRoleStatus ( string innerid, int isenabled ) : int

更新角色状态

UpdateSeriesStatus ( string carid, int status ) : int

更改车系状态

UpdateUser ( BaseUserModel model ) : int

编辑用户信息

UpdateUserSceneQrCode ( string qrcode, string innerid ) : int

更新用户的二维码

UpdateUserStatus ( string innerid, int status ) : int

更新用户状态

VerifyCarBrand ( string innerid ) : string

验证品牌下是否还有车系

VerifyCarSeries ( string innerid ) : string

验证车系下面还有车型

VerifyCodeType ( string innerid ) : string

验证CodeType下是否还有Code

메소드 상세

AddBanner() 공개 메소드

添加广告
public AddBanner ( BaseBannerModel model ) : int
model CCN.Modules.Base.BusinessEntity.BaseBannerModel
리턴 int

AddCarBrand() 공개 메소드

添加品牌信息
public AddCarBrand ( BaseCarBrandModel model ) : int
model CCN.Modules.Base.BusinessEntity.BaseCarBrandModel
리턴 int

AddCarModel() 공개 메소드

添加车型信息
public AddCarModel ( BaseCarModelModel model ) : int
model CCN.Modules.Base.BusinessEntity.BaseCarModelModel
리턴 int

AddCarSeries() 공개 메소드

添加车系信息AddCarSeries
public AddCarSeries ( BaseCarSeriesModel model ) : int
model CCN.Modules.Base.BusinessEntity.BaseCarSeriesModel
리턴 int

AddCode() 공개 메소드

添加基础数据代码值
public AddCode ( BaseCodeModel model ) : int
model CCN.Modules.Base.BusinessEntity.BaseCodeModel
리턴 int

AddCodeType() 공개 메소드

添加基础数据代码类型
public AddCodeType ( BaseCodeTypeModel model ) : int
model CCN.Modules.Base.BusinessEntity.BaseCodeTypeModel
리턴 int

AddDepartment() 공개 메소드

添加部门
public AddDepartment ( BaseDepartmentModel model ) : int
model CCN.Modules.Base.BusinessEntity.BaseDepartmentModel
리턴 int

AddMenu() 공개 메소드

添加菜单
public AddMenu ( BaseMenuModel model ) : int
model CCN.Modules.Base.BusinessEntity.BaseMenuModel
리턴 int

AddRole() 공개 메소드

添加角色信息
public AddRole ( BaseRoleModel model ) : int
model CCN.Modules.Base.BusinessEntity.BaseRoleModel
리턴 int

AddRoleMenu() 공개 메소드

给角色赋相应的权限
public AddRoleMenu ( BaseRoleMenuModel model ) : int
model CCN.Modules.Base.BusinessEntity.BaseRoleMenuModel
리턴 int

AddUser() 공개 메소드

添加用户信息
public AddUser ( BaseUserModel model ) : int
model CCN.Modules.Base.BusinessEntity.BaseUserModel
리턴 int

AddUserDepartment() 공개 메소드

保存职员对应部门
public AddUserDepartment ( BaseUserDepartmentAddModel model ) : int
model CCN.Modules.Base.BusinessEntity.BaseUserDepartmentAddModel
리턴 int

AddUserRole() 공개 메소드

保存职员对应角色
public AddUserRole ( BaseRoleUserModel model ) : int
model CCN.Modules.Base.BusinessEntity.BaseRoleUserModel
리턴 int

BaseDA() 공개 메소드

public BaseDA ( ) : System
리턴 System

DeleteBannerById() 공개 메소드

删除广告
public DeleteBannerById ( string innerid ) : int
innerid string
리턴 int

DeleteCarBrand() 공개 메소드

删除品牌信息
public DeleteCarBrand ( string innerid ) : int
innerid string
리턴 int

DeleteCarModel() 공개 메소드

删除车型信息
public DeleteCarModel ( string innerid ) : int
innerid string
리턴 int

DeleteCarSeries() 공개 메소드

删除车系信息
public DeleteCarSeries ( string innerid ) : int
innerid string
리턴 int

DeleteCode() 공개 메소드

删除基础数据代码值
public DeleteCode ( string innerid ) : int
innerid string
리턴 int

DeleteCodeType() 공개 메소드

删除基础数据代码类型
public DeleteCodeType ( string innerid ) : int
innerid string
리턴 int

DeleteMenu() 공개 메소드

删除菜单(物理删除)
public DeleteMenu ( string innerid ) : int
innerid string
리턴 int

GetAllDepartment() 공개 메소드

获取所有部门
public GetAllDepartment ( BaseDepartmentModel model ) : IEnumerable
model CCN.Modules.Base.BusinessEntity.BaseDepartmentModel
리턴 IEnumerable

GetAllMenu() 공개 메소드

获取所有菜单
public GetAllMenu ( BaseMenuModel model ) : IEnumerable
model CCN.Modules.Base.BusinessEntity.BaseMenuModel
리턴 IEnumerable

GetAllRole() 공개 메소드

获取所有角色
public GetAllRole ( BaseRoleModel model ) : IEnumerable
model CCN.Modules.Base.BusinessEntity.BaseRoleModel
리턴 IEnumerable

GetBannerById() 공개 메소드

获取广告详情
public GetBannerById ( string innerid ) : BaseBannerModel
innerid string
리턴 CCN.Modules.Base.BusinessEntity.BaseBannerModel

GetBannerList() 공개 메소드

获取广告列表
public GetBannerList ( ) : IEnumerable
리턴 IEnumerable

GetBannerPageList() 공개 메소드

获取广告列表--分页
public GetBannerPageList ( BaseBannerQueryModel query ) : BasePageList
query CCN.Modules.Base.BusinessEntity.BaseBannerQueryModel
리턴 BasePageList

GetBaseCarModelById() 공개 메소드

获取车型信息
public GetBaseCarModelById ( string innerid ) : BaseCarModelModel
innerid string id
리턴 CCN.Modules.Base.BusinessEntity.BaseCarModelModel

GetCarBrand() 공개 메소드

获取品牌
public GetCarBrand ( ) : IEnumerable
리턴 IEnumerable

GetCarBrand() 공개 메소드

获取品牌
public GetCarBrand ( string initial ) : IEnumerable
initial string 首字母
리턴 IEnumerable

GetCarBrandById() 공개 메소드

获取品牌信息
public GetCarBrandById ( string innerid ) : BaseCarBrandModel
innerid string
리턴 CCN.Modules.Base.BusinessEntity.BaseCarBrandModel

GetCarBrandHotTop() 공개 메소드

获取品牌热度Top n
public GetCarBrandHotTop ( int top ) : IEnumerable
top int
리턴 IEnumerable

GetCarBrandList() 공개 메소드

获取品牌列表
public GetCarBrandList ( BaseCarBrandQueryModel query ) : BasePageList
query CCN.Modules.Base.BusinessEntity.BaseCarBrandQueryModel 查询条件
리턴 BasePageList

GetCarBrandMaxId() 공개 메소드

获取ID最大值
public GetCarBrandMaxId ( ) : int
리턴 int

GetCarBrandName() 공개 메소드

验证品牌信息是否同名
public GetCarBrandName ( string brandname, string innerid ) : BaseCarBrandModel
brandname string
innerid string
리턴 CCN.Modules.Base.BusinessEntity.BaseCarBrandModel

GetCarModel() 공개 메소드

根据车系ID获取车型
public GetCarModel ( int seriesId ) : IEnumerable
seriesId int 车系id
리턴 IEnumerable

GetCarModelById() 공개 메소드

根据ID获取车型信息
public GetCarModelById ( int innerid ) : BaseCarModelModel
innerid int id
리턴 CCN.Modules.Base.BusinessEntity.BaseCarModelModel

GetCarModelList() 공개 메소드

获取车型列表
public GetCarModelList ( BaseCarModelQueryModel query ) : BasePageList
query CCN.Modules.Base.BusinessEntity.BaseCarModelQueryModel 查询条件
리턴 BasePageList

GetCarModelMaxId() 공개 메소드

获取车型ID最大值
public GetCarModelMaxId ( ) : int
리턴 int

GetCarModelName() 공개 메소드

public GetCarModelName ( string modelname, string innerid ) : BaseCarModelModel
modelname string
innerid string
리턴 CCN.Modules.Base.BusinessEntity.BaseCarModelModel

GetCarSeries() 공개 메소드

根据品牌id获取车系
public GetCarSeries ( ) : IEnumerable
리턴 IEnumerable

GetCarSeries() 공개 메소드

根据品牌id获取车系
public GetCarSeries ( int brandId ) : IEnumerable
brandId int 品牌id
리턴 IEnumerable

GetCarSeriesById() 공개 메소드

获取车系信息
public GetCarSeriesById ( string innerid ) : BaseCarSeriesModel
innerid string id
리턴 CCN.Modules.Base.BusinessEntity.BaseCarSeriesModel

GetCarSeriesHotTop() 공개 메소드

获取热门车系Top n
public GetCarSeriesHotTop ( int top ) : IEnumerable
top int
리턴 IEnumerable

GetCarSeriesList() 공개 메소드

获取车系列表
public GetCarSeriesList ( BaseCarSeriesQueryModel query ) : BasePageList
query CCN.Modules.Base.BusinessEntity.BaseCarSeriesQueryModel 查询条件
리턴 BasePageList

GetCarSeriesMaxId() 공개 메소드

获取ID最大值
public GetCarSeriesMaxId ( ) : int
리턴 int

GetCarSeriesName() 공개 메소드

获取车系名称
public GetCarSeriesName ( string seriesname, string innerid, string brandid ) : BaseCarSeriesModel
seriesname string
innerid string
brandid string
리턴 CCN.Modules.Base.BusinessEntity.BaseCarSeriesModel

GetCityList() 공개 메소드

根据省份获取城市
public GetCityList ( int provId, string initial ) : IEnumerable
provId int 省份ID
initial string 首字母
리턴 IEnumerable

GetCodeById() 공개 메소드

获得基础数据代码值
public GetCodeById ( string innerid ) : BaseCodeSelectModel
innerid string
리턴 CCN.Modules.Base.BusinessEntity.BaseCodeSelectModel

GetCodeByTypeKey() 공개 메소드

获取基础数据代码值key
public GetCodeByTypeKey ( string typekey, string codename, string codevalue ) : BaseCodeModel
typekey string
codename string
codevalue string
리턴 CCN.Modules.Base.BusinessEntity.BaseCodeModel

GetCodeByTypeKey() 공개 메소드

获取代码值列表
public GetCodeByTypeKey ( string typekey ) : IEnumerable
typekey string 代码类型key
리턴 IEnumerable

GetCodeList() 공개 메소드

获取基础数据代码值列表
public GetCodeList ( BaseCodeQueryModel query ) : BasePageList
query CCN.Modules.Base.BusinessEntity.BaseCodeQueryModel
리턴 BasePageList

GetCodeType() 공개 메소드

获取基础数据代码值
public GetCodeType ( string innerid ) : IEnumerable
innerid string
리턴 IEnumerable

GetCodeTypeById() 공개 메소드

获取基础数据代码类型
public GetCodeTypeById ( string innerid ) : BaseCodeTypeModel
innerid string
리턴 CCN.Modules.Base.BusinessEntity.BaseCodeTypeModel

GetCodeTypeByTypeKey() 공개 메소드

获取基础数据代码类型key
public GetCodeTypeByTypeKey ( string typekey, string innerid ) : BaseCodeTypeModel
typekey string
innerid string
리턴 CCN.Modules.Base.BusinessEntity.BaseCodeTypeModel

GetCodeTypeList() 공개 메소드

获取基础数据代码类型列表
public GetCodeTypeList ( BaseCodeTypeQueryModel query ) : BasePageList
query CCN.Modules.Base.BusinessEntity.BaseCodeTypeQueryModel
리턴 BasePageList

GetCountyList() 공개 메소드

根据省份获取区县
public GetCountyList ( int cityId ) : IEnumerable
cityId int 城市ID
리턴 IEnumerable

GetDepartmentByID() 공개 메소드

根据id获取部门信息
public GetDepartmentByID ( string id ) : BaseDepartmentModel
id string
리턴 CCN.Modules.Base.BusinessEntity.BaseDepartmentModel

GetManageCityList() 공개 메소드

获取部门列表
public GetManageCityList ( BaseDepartmentQueryModel query ) : BasePageList
query CCN.Modules.Base.BusinessEntity.BaseDepartmentQueryModel
리턴 BasePageList

GetMenuByUerid() 공개 메소드

获取用户对应菜单
public GetMenuByUerid ( string userid ) : IEnumerable
userid string
리턴 IEnumerable

GetMenuInfo() 공개 메소드

获取菜单详细信息
public GetMenuInfo ( string innerid ) : BaseMenuModel
innerid string
리턴 CCN.Modules.Base.BusinessEntity.BaseMenuModel

GetMenuList() 공개 메소드

获取菜单列表
public GetMenuList ( MenuQueryModel query ) : BasePageList
query CCN.Modules.Base.BusinessEntity.MenuQueryModel
리턴 BasePageList

GetProvList() 공개 메소드

获取省份
public GetProvList ( string initial ) : IEnumerable
initial string 首字母
리턴 IEnumerable

GetRoleByUerid() 공개 메소드

获取用户对应权限
public GetRoleByUerid ( string userid ) : IEnumerable
userid string
리턴 IEnumerable

GetRoleInfoByID() 공개 메소드

根据ID获取用户信息
public GetRoleInfoByID ( string innerid ) : BaseRoleModel
innerid string
리턴 CCN.Modules.Base.BusinessEntity.BaseRoleModel

GetRoleList() 공개 메소드

获取角色列表
public GetRoleList ( BaseRoleQueryModel query ) : BasePageList
query CCN.Modules.Base.BusinessEntity.BaseRoleQueryModel
리턴 BasePageList

GetRoleToMenu() 공개 메소드

获取角色对应所有的菜单
public GetRoleToMenu ( string roleid ) : IEnumerable
roleid string
리턴 IEnumerable

GetTotalAreaList() 공개 메소드

public GetTotalAreaList ( ) : List
리턴 List

GetUserInfo() 공개 메소드

获取登录人信息
public GetUserInfo ( string loginname, string password ) : BaseUserModel
loginname string 登录账号
password string 密码
리턴 CCN.Modules.Base.BusinessEntity.BaseUserModel

GetUserInfo() 공개 메소드

获取用户信息
public GetUserInfo ( BaseUserModel model ) : IEnumerable
model CCN.Modules.Base.BusinessEntity.BaseUserModel
리턴 IEnumerable

GetUserInfoByID() 공개 메소드

根据ID获取用户信息
public GetUserInfoByID ( string innerid ) : BaseUserModel
innerid string
리턴 CCN.Modules.Base.BusinessEntity.BaseUserModel

GetUserInfoByLoginName() 공개 메소드

根据登入名获取用户信息
public GetUserInfoByLoginName ( string loginname ) : BaseUserModel
loginname string
리턴 CCN.Modules.Base.BusinessEntity.BaseUserModel

GetUserInfoByidname() 공개 메소드

根据登入名,id获取用户信息
public GetUserInfoByidname ( string id, string loginname ) : BaseUserModel
id string
loginname string
리턴 CCN.Modules.Base.BusinessEntity.BaseUserModel

GetUserList() 공개 메소드

获取用户列表
public GetUserList ( BaseUserQueryModel query ) : BasePageList
query CCN.Modules.Base.BusinessEntity.BaseUserQueryModel
리턴 BasePageList

GetUserToDepartment() 공개 메소드

获取职员对应所有的部门
public GetUserToDepartment ( string userid ) : IEnumerable
userid string
리턴 IEnumerable

GetVerification() 공개 메소드

获取验证码
public GetVerification ( string target, int utype ) : BaseVerification
target string
utype int 用处类型[1注册,2登录,3,其他]
리턴 CCN.Modules.Base.BusinessEntity.BaseVerification

SaveVerification() 공개 메소드

验证码保存
public SaveVerification ( BaseVerification model ) : int
model CCN.Modules.Base.BusinessEntity.BaseVerification
리턴 int

UpdateBanner() 공개 메소드

更新广告
public UpdateBanner ( BaseBannerModel model ) : int
model CCN.Modules.Base.BusinessEntity.BaseBannerModel
리턴 int

UpdateBannerStatus() 공개 메소드

更新广告状态
public UpdateBannerStatus ( string id, int status ) : int
id string
status int
리턴 int

UpdateBrandStatus() 공개 메소드

更新品牌状态
public UpdateBrandStatus ( string carid, int status ) : int
carid string
status int
리턴 int

UpdateCarBrand() 공개 메소드

更新品牌信息
public UpdateCarBrand ( BaseCarBrandModel model ) : int
model CCN.Modules.Base.BusinessEntity.BaseCarBrandModel
리턴 int

UpdateCarBrand() 공개 메소드

更新品牌
public UpdateCarBrand ( string json ) : int
json string
리턴 int

UpdateCarModel() 공개 메소드

更新车型信息
public UpdateCarModel ( BaseCarModelModel model ) : int
model CCN.Modules.Base.BusinessEntity.BaseCarModelModel
리턴 int

UpdateCarModel() 공개 메소드

更新车型
public UpdateCarModel ( string json, int seriesid ) : int
json string
seriesid int
리턴 int

UpdateCarSeries() 공개 메소드

更新车系信息
public UpdateCarSeries ( BaseCarSeriesModel model ) : int
model CCN.Modules.Base.BusinessEntity.BaseCarSeriesModel
리턴 int

UpdateCarSeries() 공개 메소드

更新车系
public UpdateCarSeries ( string json, int brandid ) : int
json string
brandid int
리턴 int

UpdateCode() 공개 메소드

更新基础数据代码值
public UpdateCode ( BaseCodeModel model ) : int
model CCN.Modules.Base.BusinessEntity.BaseCodeModel
리턴 int

UpdateCodeStatus() 공개 메소드

更新基础数据代码值状态
public UpdateCodeStatus ( string id, int status ) : int
id string
status int
리턴 int

UpdateCodeType() 공개 메소드

更新基础数据代码类型
public UpdateCodeType ( BaseCodeTypeModel model ) : int
model CCN.Modules.Base.BusinessEntity.BaseCodeTypeModel
리턴 int

UpdateCodeTypeStatus() 공개 메소드

更新基础数据代码类型状态
public UpdateCodeTypeStatus ( string id, int status ) : int
id string
status int
리턴 int

UpdateDepartment() 공개 메소드

更新部门
public UpdateDepartment ( BaseDepartmentModel model ) : int
model CCN.Modules.Base.BusinessEntity.BaseDepartmentModel
리턴 int

UpdateMenu() 공개 메소드

更新菜单信息
public UpdateMenu ( BaseMenuModel model ) : int
model CCN.Modules.Base.BusinessEntity.BaseMenuModel
리턴 int

UpdateModelStatus() 공개 메소드

更改车型状态
public UpdateModelStatus ( string carid, int status ) : int
carid string
status int
리턴 int

UpdateRole() 공개 메소드

编辑角色信息
public UpdateRole ( BaseRoleModel model ) : int
model CCN.Modules.Base.BusinessEntity.BaseRoleModel
리턴 int

UpdateRoleStatus() 공개 메소드

更新角色状态
public UpdateRoleStatus ( string innerid, int isenabled ) : int
innerid string
isenabled int
리턴 int

UpdateSeriesStatus() 공개 메소드

更改车系状态
public UpdateSeriesStatus ( string carid, int status ) : int
carid string
status int
리턴 int

UpdateUser() 공개 메소드

编辑用户信息
public UpdateUser ( BaseUserModel model ) : int
model CCN.Modules.Base.BusinessEntity.BaseUserModel
리턴 int

UpdateUserSceneQrCode() 공개 메소드

更新用户的二维码
public UpdateUserSceneQrCode ( string qrcode, string innerid ) : int
qrcode string
innerid string
리턴 int

UpdateUserStatus() 공개 메소드

更新用户状态
public UpdateUserStatus ( string innerid, int status ) : int
innerid string
status int
리턴 int

VerifyCarBrand() 공개 메소드

验证品牌下是否还有车系
public VerifyCarBrand ( string innerid ) : string
innerid string
리턴 string

VerifyCarSeries() 공개 메소드

验证车系下面还有车型
public VerifyCarSeries ( string innerid ) : string
innerid string
리턴 string

VerifyCodeType() 공개 메소드

验证CodeType下是否还有Code
public VerifyCodeType ( string innerid ) : string
innerid string
리턴 string