SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
|
Classes | |
interface | IIUserInfo |
Public Member Functions | |
ReleaseInfo (int assentCount, int requiredAssentCount, IEnumerable< IIUserInfo > users) | |
Public Attributes | |
readonly int | AssentCount |
readonly int | RequiredAssentCount |
readonly IEnumerable< IIUserInfo > | Users |
Definition at line 287 of file IPageSearch.cs.
erminas.SmartAPI.CMS.Project.Pages.ReleaseInfo.ReleaseInfo | ( | int | assentCount, |
int | requiredAssentCount, | ||
IEnumerable< IIUserInfo > | users | ||
) |
Definition at line 293 of file IPageSearch.cs.
readonly int erminas.SmartAPI.CMS.Project.Pages.ReleaseInfo.AssentCount |
Definition at line 289 of file IPageSearch.cs.
readonly int erminas.SmartAPI.CMS.Project.Pages.ReleaseInfo.RequiredAssentCount |
Definition at line 290 of file IPageSearch.cs.
readonly IEnumerable<IIUserInfo> erminas.SmartAPI.CMS.Project.Pages.ReleaseInfo.Users |
Definition at line 291 of file IPageSearch.cs.