ConfigurationElementCollection<T> Class
Applies To: Dynamics CRM 2015
Contains a collection of configuration elements. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Configuration
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Inheritance Hierarchy
System.Object
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationElementCollection
Microsoft.Xrm.Client.Configuration.ConfigurationElementCollection<T>
Microsoft.Xrm.Client.Configuration.CrmConnectionStringSettingsCollection
Microsoft.Xrm.Client.Configuration.ObjectCacheElementCollection
Microsoft.Xrm.Client.Configuration.OrganizationServiceCacheElementCollection
Microsoft.Xrm.Client.Configuration.OrganizationServiceContextElementCollection
Microsoft.Xrm.Client.Configuration.OrganizationServiceElementCollection
Syntax
public abstract class ConfigurationElementCollection<T> : ConfigurationElementCollection
where T : new(), ConfigurationElement
generic<typename T>
where T : gcnew(), ConfigurationElement
public ref class ConfigurationElementCollection abstract : ConfigurationElementCollection
[<AbstractClass>]
type ConfigurationElementCollection<'T when 'T : new() and ConfigurationElement> =
class
inherit ConfigurationElementCollection
end
Public MustInherit Class ConfigurationElementCollection(Of T As { ConfigurationElement, New })
Inherits ConfigurationElementCollection
Type Parameters
- T
The type of elements in the collection.
Constructors
Name | Description | |
---|---|---|
ConfigurationElementCollection<T>() | Initializes a new instance of the ConfigurationElementCollection<T> class. |
Properties
Methods
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection.CopyTo(Array, Int32) | (Inherited from ConfigurationElementCollection.) |
Extension Methods
Name | Description | |
---|---|---|
SerializeByJson(IEnumerable<Type>) | Serialize an object using the DataContractJsonSerializer.(Defined by ObjectExtensions.) |
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
Microsoft.Xrm.Client.Configuration Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright