API Reference
Class
AclDisplayNameAttribute
Specifies a friendly display name for an ACL enum value.
Inheritance
- Attribute
- AclDisplayNameAttribute
Constructors
public AclDisplayNameAttribute(String displayName) #Initializes a new instance of the AclDisplayNameAttribute class.
Parameters
- displayName System.String
- Friendly display name.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Attribute
Parameters
- obj Object
public override Boolean Match(Object obj) #Returns:
BooleanInherited from Attribute
Parameters
- obj Object
Properties
public String DisplayName { get; } #Gets the friendly display name.
Inherited Properties
public override Object TypeId { get; } #Inherited from Attribute