InitializableConfigurationElement<TDependency> Class
Applies To: Dynamics CRM 2013
Represents a configuration file element that can be initialized. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Configuration
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Inheritance Hierarchy
System.Object
System.Configuration.ConfigurationElement
Microsoft.Xrm.Client.Configuration.InitializableConfigurationElement<TDependency>
Microsoft.Xrm.Client.Configuration.ObjectCacheElement
Microsoft.Xrm.Client.Configuration.OrganizationServiceCacheElement
Microsoft.Xrm.Client.Configuration.OrganizationServiceContextElement
Microsoft.Xrm.Client.Configuration.OrganizationServiceElement
Syntax
public abstract class InitializableConfigurationElement<TDependency> : ConfigurationElement
generic<typename TDependency>
public ref class InitializableConfigurationElement abstract : ConfigurationElement
[<AbstractClass>]
type InitializableConfigurationElement<'TDependency> =
class
inherit ConfigurationElement
end
Public MustInherit Class InitializableConfigurationElement(Of TDependency)
Inherits ConfigurationElement
Type Parameters
- TDependency
Constructors
Name | Description | |
---|---|---|
InitializableConfigurationElement<TDependency>() | Initializes a new instance of the InitializableConfigurationElement<TDependency> class. |
Properties
Name | Description | |
---|---|---|
CurrentConfiguration | (Inherited from ConfigurationElement.) |
|
DependencyType | The dependency type. |
|
ElementInformation | (Inherited from ConfigurationElement.) |
|
ElementProperty | (Inherited from ConfigurationElement.) |
|
EvaluationContext | (Inherited from ConfigurationElement.) |
|
HasContext | (Inherited from ConfigurationElement.) |
|
Item[ConfigurationProperty] | (Inherited from ConfigurationElement.) |
|
Item[String] | (Inherited from ConfigurationElement.) |
|
LockAllAttributesExcept | (Inherited from ConfigurationElement.) |
|
LockAllElementsExcept | (Inherited from ConfigurationElement.) |
|
LockAttributes | (Inherited from ConfigurationElement.) |
|
LockElements | (Inherited from ConfigurationElement.) |
|
LockItem | (Inherited from ConfigurationElement.) |
|
Name | The name of the configuration element. |
|
Parameters | The attributes of the configuration element. |
|
Properties | (Inherited from ConfigurationElement.) |
|
Type | The dependency type name. |
Methods
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 2013
Return to top