Class AuthPropsAttribute
Sets up the associated IPlatformEntity to use attribute based property security.
Inheritance
System.Object
AuthPropsAttribute
Namespace: Cireson.Core.Common.Attributes
Assembly: Cireson.Core.Common.dll
Syntax
public sealed class AuthPropsAttribute : Attribute
Remarks
Admin, 8/24/2017.
Properties
View SourceReadOnlyRoles
Gets or sets the read only roles.
Declaration
public string ReadOnlyRoles { get; set; }
Property Value
Type | Description |
---|---|
System.String | The read only roles. |
ReadWriteRoles
Gets or sets the read write roles.
Declaration
public string ReadWriteRoles { get; set; }
Property Value
Type | Description |
---|---|
System.String | The read write roles. |