C# 클래스 CHAOS.Portal.Client.MCM.Extensions.ObjectExtension

상속: AExtension, IObjectExtension
파일 보기 프로젝트 열기: CHAOS-Community/CHAOS.Portal.Client-.NET

공개 메소드들

메소드 설명
Create ( System.Guid guid, uint objectTypeID, uint folderID ) : IServiceCallState>
Delete ( System.Guid guid ) : IServiceCallState>
Get ( IEnumerable objectGuids, uint folderId, System.Guid accessPointGuid, bool includeAccessPoints, bool includeMetadata, bool includeFiles, bool includeObjectRelations, bool includeFolders, uint pageSize, uint pageIndex ) : IServiceCallState>
SetPublishSettings ( System.Guid objectGUID, System.Guid accessPointGUID, System.DateTime startDate, System.DateTime endDate ) : IServiceCallState>

메소드 상세

Create() 공개 메소드

public Create ( System.Guid guid, uint objectTypeID, uint folderID ) : IServiceCallState>
guid System.Guid
objectTypeID uint
folderID uint
리턴 IServiceCallState>

Delete() 공개 메소드

public Delete ( System.Guid guid ) : IServiceCallState>
guid System.Guid
리턴 IServiceCallState>

Get() 공개 메소드

public Get ( IEnumerable objectGuids, uint folderId, System.Guid accessPointGuid, bool includeAccessPoints, bool includeMetadata, bool includeFiles, bool includeObjectRelations, bool includeFolders, uint pageSize, uint pageIndex ) : IServiceCallState>
objectGuids IEnumerable
folderId uint
accessPointGuid System.Guid
includeAccessPoints bool
includeMetadata bool
includeFiles bool
includeObjectRelations bool
includeFolders bool
pageSize uint
pageIndex uint
리턴 IServiceCallState>

SetPublishSettings() 공개 메소드

public SetPublishSettings ( System.Guid objectGUID, System.Guid accessPointGUID, System.DateTime startDate, System.DateTime endDate ) : IServiceCallState>
objectGUID System.Guid
accessPointGUID System.Guid
startDate System.DateTime
endDate System.DateTime
리턴 IServiceCallState>