AuditPartitionDetailCollection Class

 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Contains a data collection of AuditDetail objects.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

System.Object
  System.Collections.ObjectModel.Collection<T>
    Microsoft.Xrm.Sdk.DataCollection<T>
      Microsoft.Crm.Sdk.Messages.AuditPartitionDetailCollection

[CollectionDataContractAttribute(Namespace = "http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class AuditPartitionDetailCollection : DataCollection<AuditPartitionDetail>, 
	IExtensibleDataObject

NameDescription
System_CAPS_pubmethodAuditPartitionDetailCollection()

Initializes a new instance of theAuditPartitionDetailCollection class.

NameDescription
System_CAPS_pubpropertyCount

(Inherited from Collection<T>.)

System_CAPS_pubpropertyExtensionData

Gets or sets the structure that contains extra data.

System_CAPS_pubpropertyIsLogicalCollection

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

System_CAPS_pubpropertyItem[Int32]

(Inherited from Collection<T>.)

NameDescription
System_CAPS_pubmethodAdd(T)

(Inherited from Collection<T>.)

System_CAPS_pubmethodAddRange(T[])

Adds the elements of the specified collection to the end of the DataCollection<T>.(Inherited from DataCollection<T>.)

System_CAPS_pubmethodAddRange(IEnumerable<T>)

Adds the elements of the specified collection to the end of the DataCollection.(Inherited from DataCollection<T>.)

System_CAPS_pubmethodClear()

(Inherited from Collection<T>.)

System_CAPS_pubmethodContains(T)

(Inherited from Collection<T>.)

System_CAPS_pubmethodCopyTo(T[], Int32)

(Inherited from Collection<T>.)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

(Inherited from Collection<T>.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIndexOf(T)

(Inherited from Collection<T>.)

System_CAPS_pubmethodInsert(Int32, T)

(Inherited from Collection<T>.)

System_CAPS_pubmethodRemove(T)

(Inherited from Collection<T>.)

System_CAPS_pubmethodRemoveAt(Int32)

(Inherited from Collection<T>.)

System_CAPS_pubmethodToArray()

Copies the elements of the DataCollection<T> to a new array.(Inherited from DataCollection<T>.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: