Konstruktor FunctionPrivilege (Identifier, PrincipalType, FunctionalArea, Boolean)
Inicjuje nowe wystąpienie FunctionPrivilege klasy z określonego identyfikatora głównych, typ, funkcja i autoryzacja.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
Public Sub New ( _
principalId As Identifier, _
type As PrincipalType, _
function As FunctionalArea, _
isAuthorized As Boolean _
)
'Użycie
Dim principalId As Identifier
Dim type As PrincipalType
Dim function As FunctionalArea
Dim isAuthorized As Boolean
Dim instance As New FunctionPrivilege(principalId, _
type, function, isAuthorized)
public FunctionPrivilege(
Identifier principalId,
PrincipalType type,
FunctionalArea function,
bool isAuthorized
)
public:
FunctionPrivilege(
Identifier^ principalId,
PrincipalType type,
FunctionalArea function,
bool isAuthorized
)
new :
principalId:Identifier *
type:PrincipalType *
function:FunctionalArea *
isAuthorized:bool -> FunctionPrivilege
public function FunctionPrivilege(
principalId : Identifier,
type : PrincipalType,
function : FunctionalArea,
isAuthorized : boolean
)
Parametry
- principalId
Typ: Microsoft.MasterDataServices.Services.DataContracts.Identifier
Identyfikator podmiotu w funkcja przypisania uprawnień.
- type
Typ: Microsoft.MasterDataServices.Services.DataContracts.PrincipalType
Typ funkcji.
- function
Typ: Microsoft.MasterDataServices.Services.DataContracts.FunctionalArea
FunctionalArea przypisanego do głównego obiektu zabezpieczeń.
- isAuthorized
Typ: System.Boolean
Wartość autoryzacji.