Create an instance of the attribute.
Namespace: PASI.DataContract.Attributes
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
public CompressForAuditAttribute( string idPropertyName = "RefId", string versionPropertyName = "PASICoreVersion", string typePropertyName = null, string replacementTypeName = null )
Parameters
- idPropertyName (Optional)
- Type: SystemString
- versionPropertyName (Optional)
- Type: SystemString
- typePropertyName (Optional)
- Type: SystemString
- replacementTypeName (Optional)
- Type: SystemString
See Also