The PermissionDataSet Class contains the following constructors:
PermissionDataSet()
PermissionDataSet(PermissionDataSet other)
Creates a new, empty set of permission objects.
public PermissionDataSet();
Creates a new set of permission objects, based on an existing PermissionDataSet object. The new set will be a copy of the existing set.
public PermissionDataSet(PermissionDataSet other);
other | The existing PermissionDataSet object. |