Class DocumentAuditEvent
Define auditing information property
Inheritance
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class DocumentAuditEvent : IRelationsWithProxy
Properties
AuditEvent
Define allowed operations when there is signature
Declaration
public AuditEvent AuditEvent { get; set; }
Property Value
Type | Description |
---|---|
AuditEvent |
AuditEventInformationRelationLink
Gets the Uri of the link for the relation “auditEventInformation”.
Declaration
public string AuditEventInformationRelationLink { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Returns the uri of the link for the relation “auditEventInformation” if it exists, or
Links
Declaration
public Link[] Links { get; set; }
Property Value
Type | Description |
---|---|
Link[] |
Methods
GetDocumentAuditEventInformationFromAuditEventInformationRelation()
Calls the HTTP Get method on the link for the relation “auditEventInformation”.
Declaration
public DocumentAuditEventInformation GetDocumentAuditEventInformationFromAuditEventInformationRelation()
Returns
Type | Description |
---|---|
DocumentAuditEventInformation | The content of the response. |
GetDocumentAuditEventInformationFromAuditEventInformationRelationAsync()
Calls the HTTP Get method on the link for the relation “auditEventInformation” asynchronously.
Declaration
public System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentAuditEventInformation>> GetDocumentAuditEventInformationFromAuditEventInformationRelationAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentAuditEventInformation>> | A task which runs the request. |
Remarks
This method follows the link for the relation “auditEventInformation”.
GetDocumentAuditEventInformationFromAuditEventInformationRelationAsync(System.Threading.CancellationToken)
Calls the HTTP Get method on the link for the relation “auditEventInformation” asynchronously.
Declaration
public System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentAuditEventInformation>> GetDocumentAuditEventInformationFromAuditEventInformationRelationAsync(System.Threading.CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<DeserializedHttpResponse<DocumentAuditEventInformation>> | A task which runs the request. |
Remarks
This method follows the link for the relation “auditEventInformation”.
SetProxy(HttpClientProxy)
Sets the HTTP communication proxy which is used in further HTTP communication.
Declaration
public void SetProxy(HttpClientProxy proxy)
Parameters
Type | Name | Description |
---|---|---|
HttpClientProxy | proxy | The |
Remarks
The HTTP proxy is used to handle the HTTP requests which are created by this instance. The proxy is used in case a request is sent to a URL which is resolved from a link.