Class Capability
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
Implements
Namespace: Tableau.Migration.Content.Permissions
Assembly: Tableau.Migration.dll
Syntax
public class Capability : ICapability
Constructors
Capability(string, string)
Creates a new Capability instance.
Declaration
public Capability(string name, string mode)
Parameters
Type | Name | Description |
---|---|---|
string | name | The capability name. |
string | mode | The capability mode from PermissionsCapabilityModes. |
Properties
Mode
The capability mode from PermissionsCapabilityModes.
Declaration
public string Mode { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The capability name from PermissionsCapabilityNames.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |