AuditPartitionDetailCollection Class

Definition

Contains a data collection of AuditDetail objects.

public ref class AuditPartitionDetailCollection sealed : Microsoft::Xrm::Sdk::DataCollection<Microsoft::Crm::Sdk::Messages::AuditPartitionDetail ^>, System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.CollectionDataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class AuditPartitionDetailCollection : Microsoft.Xrm.Sdk.DataCollection<Microsoft.Crm.Sdk.Messages.AuditPartitionDetail>, System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.CollectionDataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type AuditPartitionDetailCollection = class
    inherit DataCollection<AuditPartitionDetail>
    interface IExtensibleDataObject
Public NotInheritable Class AuditPartitionDetailCollection
Inherits DataCollection(Of AuditPartitionDetail)
Implements IExtensibleDataObject
Inheritance
AuditPartitionDetailCollection
Attributes
Implements

Constructors

AuditPartitionDetailCollection()

Initializes a new instance of the AuditPartitionDetailCollection class.

Properties

ExtensionData

Gets or sets the structure that contains extra data.

IsLogicalCollection

Gets or sets whether the partition change list is a logical collection.

Methods

AddRange(IEnumerable<T>)

Adds the elements of the specified collection to the end of the DataCollection.

(Inherited from DataCollection<T>)
AddRange(T[])

Adds the elements of the specified collection to the end of the DataCollection<T>.

(Inherited from DataCollection<T>)
ToArray()

Copies the elements of the DataCollection<T> to a new array.

(Inherited from DataCollection<T>)

Applies to

See also