Visual Guard Class Library Documentation

VGPrincipalPermission Constructor

Initializes a new instance of the VGPrincipalPermission class with the specified PermissionState.

Overload List

Initializes a new instance of the VGPrincipalPermission class for the specified role or permission.

public VGPrincipalPermission(Guid,VGPermissionType);

Initializes a new instance of the VGPrincipalPermission class for the specified role or permission.

public VGPrincipalPermission(Guid,VGPermissionType,Boolean);

Initializes a new instance of the VGPrincipalPermission class with the specified PermissionState.

public VGPrincipalPermission(PermissionState);

Initializes a new instance of the VGPrincipalPermission class for the specified role or permission.

public VGPrincipalPermission(String,VGPermissionType);

Initializes a new instance of the VGPrincipalPermission class for the specified role or permission.

public VGPrincipalPermission(String,VGPermissionType,Boolean);

See Also

VGPrincipalPermission Class | Novalys.VisualGuard.Security Namespace