Class SecurityAttributeDefinition
Definition of a security attribute
Inheritance
System.Object
SecurityAttributeDefinition
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.CXUI.WebApi2
Assembly: Simplic.CXUI.WebApi2.dll
Syntax
public class SecurityAttributeDefinition
Properties
| Improve this Doc View SourceName
Gets or sets the attribute name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Roles
Gets or sets a list of roles
Declaration
public IList<string> Roles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |