ExternalEntity Class

 

Applies To: Dynamics Marketing

Represents an external entity in Microsoft Dynamics Marketing.

Namespace:   Microsoft.Dynamics.Marketing.SDK.Model
Assembly:  Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Marketing.SDK.Model.ExternalEntity

Syntax

[DataContractAttribute]
public class ExternalEntity
[DataContractAttribute]
public ref class ExternalEntity 
[<DataContractAttribute>]
type ExternalEntity = class end
<DataContractAttribute>
Public Class ExternalEntity

Constructors

Name Description
System_CAPS_pubmethod ExternalEntity()

Initializes a new instance of the ExternalEntity class.

Properties

Name Description
System_CAPS_pubproperty Active

Gets or sets the status of an external entity.

System_CAPS_pubproperty CategoryName

Gets or sets the category type name for an external entity.

System_CAPS_pubproperty Content

Gets or sets the content of an external entity.

System_CAPS_pubproperty ExternalId

Gets or sets the ID of an external entity.

System_CAPS_pubproperty Name

Gets or sets the name of an external entity.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.Dynamics.Marketing.SDK.Model
Provide customized data to your users
Getting started with the SDK
Quick start with sample code
Sample: Create and update external entities
Map supplementary data to marketing contacts

Return to top