http://schemas.datacontract.org/2004/07/SyncMedia.Application.Model.DTOs.Entities.BusinessAudit
BusinessAuditDTO Complex Type
Namespace http://schemas.datacontract.org/2004/07/SyncMedia.Application.Model.DTOs.Entities.BusinessAudit
Base Type
Extension of DomainEntityDTO Complex Type
Diagram
Username Element Request Element OperationResult Element ImpersonatorUsername Element GLN Element EventType Element ErrorDetail Element Value Element Format Element Sequence Date Element CorrelationId Element Value Element Key Element Sequence BusinessAuditPropertyDTO Element Sequence AuditProperties Element Id Element Sequence BusinessAuditDTO Complex Type
Overview
Sequence
Id optional http://schemas.microsoft.com/2003/10/Serialization/:guid
Sequence
Sequence
Key optional xs:string
Value optional xs:string
CorrelationId optional xs:string
Sequence
Format optional xs:string
Value optional xs:string
ErrorDetail optional xs:string
EventType optional xs:string
GLN optional xs:string
ImpersonatorUsername optional xs:string
OperationResult optional xs:string
Request optional xs:string
Username optional xs:string
Used By
BusinessAuditDTO Element
BusinessAuditDTO Element
Source
<xs:complexType name="BusinessAuditDTO" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q1="http://schemas.datacontract.org/2004/07/SyncMedia.Core.Application.Model.DTOs.Entities" base="q1:DomainEntityDTO">
      <xs:sequence>
        <xs:element minOccurs="0" name="AuditProperties" nillable="true" type="tns:ArrayOfBusinessAuditPropertyDTO" />
        <xs:element minOccurs="0" name="CorrelationId" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="Date" nillable="true" xmlns:q2="http://schemas.datacontract.org/2004/07/SyncMedia.Application.Model.DTOs.Date" type="q2:DateTimeDTO" />
        <xs:element minOccurs="0" name="ErrorDetail" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="EventType" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="GLN" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="ImpersonatorUsername" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="OperationResult" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="Request" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="Username" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://schemas.datacontract.org/2004/07/SyncMedia.Application.Model.DTOs.Entities.BusinessAudit

 

 


© 2017 All Rights Reserved.

Send comments on this topic.