SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
erminas.SmartAPI.CMS.Project.Authorizations.IAuthorizationPackage Interface Reference
+ Inheritance diagram for erminas.SmartAPI.CMS.Project.Authorizations.IAuthorizationPackage:
+ Collaboration diagram for erminas.SmartAPI.CMS.Project.Authorizations.IAuthorizationPackage:

Public Member Functions

void Commit ()
 
void Rename (string newName)
 same as setting Name and Commit();
 

Properties

IGroupAuthorizations GroupAuthorizations [get]
 
new string Name [get, set]
 
int Type [get]
 
IUserAuthorizations UserAuthorizations [get]
 
- Properties inherited from erminas.SmartAPI.CMS.IRedDotObject
Guid Guid [get]
 
string Name [get]
 
- Properties inherited from erminas.SmartAPI.CMS.Project.IProjectObject
IProject Project [get]
 
- Properties inherited from erminas.SmartAPI.CMS.ISessionObject
ISession Session [get]
 

Detailed Description

Definition at line 80 of file IAuthorizations.cs.

Member Function Documentation

void erminas.SmartAPI.CMS.Project.Authorizations.IAuthorizationPackage.Commit ( )
void erminas.SmartAPI.CMS.Project.Authorizations.IAuthorizationPackage.Rename ( string  newName)

same as setting Name and Commit();

Property Documentation

IGroupAuthorizations erminas.SmartAPI.CMS.Project.Authorizations.IAuthorizationPackage.GroupAuthorizations
get

Definition at line 83 of file IAuthorizations.cs.

new string erminas.SmartAPI.CMS.Project.Authorizations.IAuthorizationPackage.Name
getset

Definition at line 85 of file IAuthorizations.cs.

int erminas.SmartAPI.CMS.Project.Authorizations.IAuthorizationPackage.Type
get

Definition at line 91 of file IAuthorizations.cs.

IUserAuthorizations erminas.SmartAPI.CMS.Project.Authorizations.IAuthorizationPackage.UserAuthorizations
get

Definition at line 92 of file IAuthorizations.cs.


The documentation for this interface was generated from the following file: