C# 클래스 CmsWeb.Models.OrgContentInfo

파일 보기 프로젝트 열기: bvcms/bvcms

공개 메소드들

메소드 설명
Get ( int id ) : OrgContentInfo
GetMemberList ( ) : IEnumerable
GetOc ( int id ) : OrgContentInfo
TryRunPython ( int pid ) : bool

메소드 상세

Get() 공개 정적인 메소드

public static Get ( int id ) : OrgContentInfo
id int
리턴 OrgContentInfo

GetMemberList() 공개 메소드

public GetMemberList ( ) : IEnumerable
리턴 IEnumerable

GetOc() 공개 정적인 메소드

public static GetOc ( int id ) : OrgContentInfo
id int
리턴 OrgContentInfo

TryRunPython() 공개 메소드

public TryRunPython ( int pid ) : bool
pid int
리턴 bool