Class ComplianceDetailsExtensions
- Namespace
- Cratis.Chronicle.Compliance
- Assembly
- Cratis.Chronicle.dll
Extension methods for providing compliance details.
public static class ComplianceDetailsExtensions
- Inheritance
-
ComplianceDetailsExtensions
- Inherited Members
Methods
GetComplianceMetadataDetails(PropertyInfo)
Get the compliance metadata details from a PropertyInfo.
public static string GetComplianceMetadataDetails(this PropertyInfo property)
Parameters
propertyPropertyInfoProperty to get from.
Returns
- string
The details - empty string if none is set.
GetComplianceMetadataDetails(Type)
Get the compliance metadata details from a Type.
public static string GetComplianceMetadataDetails(this Type type)
Parameters
typeTypeType to get from.
Returns
- string
The details - empty string if none is set.