C# 클래스 Chaos.Mcm.Data.Dto.Standard.Folder

상속: Chaos.Portal.Core.Data.Model.AResult, IFolder
파일 보기 프로젝트 열기: CHAOS-Community/CHAOS.Portal.MCM 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Folder ( ) : System
Folder ( uint id, uint folderTypeID, uint parentID, System.Guid subscriptionGuid, string name, System.DateTime dateCreated ) : System

메소드 상세

Folder() 공개 메소드

public Folder ( ) : System
리턴 System

Folder() 공개 메소드

public Folder ( uint id, uint folderTypeID, uint parentID, System.Guid subscriptionGuid, string name, System.DateTime dateCreated ) : System
id uint
folderTypeID uint
parentID uint
subscriptionGuid System.Guid
name string
dateCreated System.DateTime
리턴 System