AttributeCollection Class

 

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

Provides a collection of attributes for an entity.

Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Xrm.Sdk.DataCollection<TKey, TValue>
    Microsoft.Xrm.Sdk.AttributeCollection

Syntax

[KnownTypeAttribute("GetKnownParameterTypes")]
[CollectionDataContractAttribute(Name = "AttributeCollection", 
    Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts")]
public sealed class AttributeCollection : DataCollection<string, object>
<KnownTypeAttribute("GetKnownParameterTypes")>
<CollectionDataContractAttribute(Name := "AttributeCollection",
    Namespace := "https://schemas.microsoft.com/xrm/2011/Contracts")>
Public NotInheritable Class AttributeCollection
    Inherits DataCollection(Of String, Object)

Constructors

Name Description
System_CAPS_pubmethod AttributeCollection()

Initializes a new instance of the AttributeCollection class.

Properties

Name Description
System_CAPS_pubproperty Count

Gets the number of elements in the collection.(Inherited from DataCollection<TKey, TValue>.)

System_CAPS_pubproperty IsReadOnly

Gets a value indicating whether the DataCollection<TKey, TValue> is read-only.(Inherited from DataCollection<TKey, TValue>.)

System_CAPS_pubproperty Item[TKey]

Gets or sets the value associated with the specified key.(Inherited from DataCollection<TKey, TValue>.)

System_CAPS_pubproperty Keys

Gets a collection containing the keys in the DataCollection<TKey, TValue>.(Inherited from DataCollection<TKey, TValue>.)

System_CAPS_pubproperty Values

Gets a collection containing the values in the DataCollection<TKey, TValue>.(Inherited from DataCollection<TKey, TValue>.)

Methods

Name Description
System_CAPS_pubmethod Add(TKey, TValue)

Adds the specified key and value to the dictionary.(Inherited from DataCollection<TKey, TValue>.)

System_CAPS_pubmethod Add(KeyValuePair<TKey, TValue>)

Adds the specified key and value to the dictionary.(Inherited from DataCollection<TKey, TValue>.)

System_CAPS_pubmethod AddRange(IEnumerable<KeyValuePair<TKey, TValue>>)

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

System_CAPS_pubmethod AddRange(KeyValuePair<TKey, TValue>[])

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

System_CAPS_pubmethod Clear()

Removes all items from the DataCollection<TKey, TValue>. (Inherited from DataCollection<TKey, TValue>.)

System_CAPS_pubmethod Contains(TKey)

Determines whether the DataCollection<TKey, TValue> contains a specific value.(Inherited from DataCollection<TKey, TValue>.)

System_CAPS_pubmethod Contains(TKey)

Determines whether the DataCollection<TKey, TValue> contains a specific value.(Inherited from DataCollection<TKey, TValue>.)

System_CAPS_pubmethod ContainsKey(TKey)

Determines whether the DataCollection<TKey, TValue> contains a specific key value.(Inherited from DataCollection<TKey, TValue>.)

System_CAPS_pubmethod CopyTo(KeyValuePair<TKey, TValue>[], Int32)

(Inherited from DataCollection<TKey, TValue>.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetEnumerator()

Returns an enumerator that iterates through a collection.(Inherited from DataCollection<TKey, TValue>.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Remove(TKey)

Removes the first occurrence of a specific object from the DataCollection<TKey, TValue>.(Inherited from DataCollection<TKey, TValue>.)

System_CAPS_pubmethod Remove(TKey)

Removes the first occurrence of a specific object from the DataCollection<TKey, TValue>.(Inherited from DataCollection<TKey, TValue>.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod TryGetValue(TKey, TValue)

Gets the value associated with the specified key.(Inherited from DataCollection<TKey, TValue>.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnumerable.GetEnumerator()

Returns an enumerator that iterates through the collection.(Inherited from DataCollection<TKey, TValue>.)

Remarks

For each attribute in the collection there is a key/value pair. The key is the logical name of the attribute as defined in the attribute metadata.

Thread Safety

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

See Also

AttributeMetadata
Entity
Microsoft.Xrm.Sdk Namespace

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright