ConfigurationEntity Class

Definition

Contains attributes for a specific table in the configuration database.

public ref class ConfigurationEntity : Microsoft::Xrm::Sdk::Deployment::DeploymentObject
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="ConfigurationEntity", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class ConfigurationEntity : Microsoft.Xrm.Sdk.Deployment.DeploymentObject
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="ConfigurationEntity", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type ConfigurationEntity = class
    inherit DeploymentObject
Public Class ConfigurationEntity
Inherits DeploymentObject
Inheritance
ConfigurationEntity
Attributes

Constructors

ConfigurationEntity()

Initializes a new instance of the ConfigurationEntity class.

Properties

Attributes

Gets or sets the collection of attribute values.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DeploymentObject)
Id

Gets or sets the ID of the configuration entity.

LogicalName

Gets or sets the logical name of the configuration entity.

Applies to