Share via


FunctionPrivilege Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the FunctionPrivilege class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method FunctionPrivilege() Initializes a new instance of the FunctionPrivilege class with default values.
Public method FunctionPrivilege(Identifier, PrincipalType, FunctionalArea) Initializes a new instance of the FunctionPrivilege class with the specified principal identifier, type, and function.
Public method FunctionPrivilege(Identifier, PrincipalType, FunctionalArea, Boolean) Initializes a new instance of the FunctionPrivilege class with the specified principal identifier, type, function, and authorization.

Top