Class ComplianceDetailsAttribute
- Namespace
- Cratis.Chronicle.Compliance
- Assembly
- Cratis.Chronicle.dll
Attribute to adorn for providing the details as to why or to what purpose/extent the type or property marked is classified as PII.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Property|AttributeTargets.Parameter)]
public sealed class ComplianceDetailsAttribute : Attribute
- Inheritance
-
ComplianceDetailsAttribute
- Inherited Members
Remarks
Initializes a new instance of the ComplianceDetailsAttribute class.
Constructors
ComplianceDetailsAttribute(string)
Attribute to adorn for providing the details as to why or to what purpose/extent the type or property marked is classified as PII.
public ComplianceDetailsAttribute(string details)
Parameters
detailsstringThe details as to why or to what purpose/extent the type or property marked is classified as PII.
Remarks
Initializes a new instance of the ComplianceDetailsAttribute class.
Properties
Details
Gets the details as to why or to what purpose/extent the type or property marked is classified as PII.
public string Details { get; }