|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| void | SetObjectGUID (std::wstring const AValue) |
| void | SetUserScopeMode (TEDM_ACLUserScopeMode const AValue) |
| void | SetUserScope (std::wstring const AValue) |
| void | SetUserName (std::wstring const AValue) |
| void | SetOrganization (std::wstring const AValue) |
| void | SetGroupName (std::wstring const AValue) |
| void | SetAllowPermissions (int const AValue) |
| void | SetAllowed (bool const AValue) |
| void | SetMessage (std::wstring const AValue) |
| std::wstring | GetObjectGUID () |
| TEDM_ACLUserScopeMode | GetUserScopeMode () |
| std::wstring | GetUserScope () |
| std::wstring | GetUserName () |
| std::wstring | GetOrganization () |
| std::wstring | GetGroupName () |
| int | GetAllowPermissions () |
| bool | GetAllowed () |
| std::wstring | GetMessage () |
| Public Member Functions inherited from DXP::IEDM_Object | |
| IEDM_Object * | Replicate () |
| void | CopyTo (IEDM_Object *AObject) |
| bool DXP::IULB_ACLEntry::GetAllowed | ( | ) |
| int DXP::IULB_ACLEntry::GetAllowPermissions | ( | ) |
| std::wstring DXP::IULB_ACLEntry::GetGroupName | ( | ) |
| std::wstring DXP::IULB_ACLEntry::GetMessage | ( | ) |
| std::wstring DXP::IULB_ACLEntry::GetObjectGUID | ( | ) |
| std::wstring DXP::IULB_ACLEntry::GetOrganization | ( | ) |
| std::wstring DXP::IULB_ACLEntry::GetUserName | ( | ) |
| std::wstring DXP::IULB_ACLEntry::GetUserScope | ( | ) |
| TEDM_ACLUserScopeMode DXP::IULB_ACLEntry::GetUserScopeMode | ( | ) |
| void DXP::IULB_ACLEntry::SetAllowed | ( | bool const | AValue | ) |
| void DXP::IULB_ACLEntry::SetAllowPermissions | ( | int const | AValue | ) |
| void DXP::IULB_ACLEntry::SetGroupName | ( | std::wstring const | AValue | ) |
| void DXP::IULB_ACLEntry::SetMessage | ( | std::wstring const | AValue | ) |
| void DXP::IULB_ACLEntry::SetObjectGUID | ( | std::wstring const | AValue | ) |
| void DXP::IULB_ACLEntry::SetOrganization | ( | std::wstring const | AValue | ) |
| void DXP::IULB_ACLEntry::SetUserName | ( | std::wstring const | AValue | ) |
| void DXP::IULB_ACLEntry::SetUserScope | ( | std::wstring const | AValue | ) |
| void DXP::IULB_ACLEntry::SetUserScopeMode | ( | TEDM_ACLUserScopeMode const | AValue | ) |