C# 클래스 Chaos.Mcm.Extension.v6.ObjectType

상속: AMcmExtension
파일 보기 프로젝트 열기: CHAOS-Community/CHAOS.Portal.MCM

공개 메소드들

메소드 설명
Delete ( uint id ) : ScalarResult
Get ( ) : IEnumerable
ObjectType ( IPortalApplication portalApplication, IMcmRepository mcmRepository, IPermissionManager permissionManager ) : System.Collections.Generic
Set ( uint id, string name ) : Data.Dto.ObjectType

메소드 상세

Delete() 공개 메소드

public Delete ( uint id ) : ScalarResult
id uint
리턴 Chaos.Portal.Core.Data.Model.ScalarResult

Get() 공개 메소드

public Get ( ) : IEnumerable
리턴 IEnumerable

ObjectType() 공개 메소드

public ObjectType ( IPortalApplication portalApplication, IMcmRepository mcmRepository, IPermissionManager permissionManager ) : System.Collections.Generic
portalApplication IPortalApplication
mcmRepository IMcmRepository
permissionManager IPermissionManager
리턴 System.Collections.Generic

Set() 공개 메소드

public Set ( uint id, string name ) : Data.Dto.ObjectType
id uint
name string
리턴 Data.Dto.ObjectType