RgfPermissions Class

Definition

Namespace: Recrovit.RecroGridFramework.Abstraction.Infrastructure.Security
Assembly: Recrovit.RecroGridFramework.Abstraction (in Recrovit.RecroGridFramework.Abstraction.dll) Version: 1.3.0.10221
C#
[SerializableAttribute]
public class RgfPermissions
Inheritance
Object    RgfPermissions

Constructors

RgfPermissionsInitializes a new instance of the RgfPermissions class
RgfPermissions(Boolean)Initializes a new instance of the RgfPermissions class
RgfPermissions(RgfPermissions)Initializes a new instance of the RgfPermissions class
RgfPermissions(String)Initializes a new instance of the RgfPermissions class

Properties

Methods

Add(Enum, Boolean) 
Add(Int32, Boolean) 
Add(String, Boolean) 
AddOrReplace(RgfPermissions) 
AddOrReplace(Enum, Boolean) 
AddOrReplace(Int32, Boolean) 
AddOrReplace(String, Boolean) 
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetEnumerator 
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetPermission(Enum) 
GetPermission(Int32) 
GetPermission(String) 
GetPermissionId 
GetPermissions 
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
SetMaxCRUD 
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also