C# Class CmsWeb.Models.OrgContentInfo

Show file Open project: bvcms/bvcms

Public Methods

Method Description
Get ( int id ) : OrgContentInfo
GetMemberList ( ) : IEnumerable
GetOc ( int id ) : OrgContentInfo
TryRunPython ( int pid ) : bool

Method Details

Get() public static method

public static Get ( int id ) : OrgContentInfo
id int
return OrgContentInfo

GetMemberList() public method

public GetMemberList ( ) : IEnumerable
return IEnumerable

GetOc() public static method

public static GetOc ( int id ) : OrgContentInfo
id int
return OrgContentInfo

TryRunPython() public method

public TryRunPython ( int pid ) : bool
pid int
return bool