PartialUpdateMarketingResultItem Class

 

Applies To: 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.PartialUpdateMarketingResultItem

Syntax

[DataContractAttribute]
[KnownTypeAttribute(typeof(Campaign))]
[KnownTypeAttribute(typeof(Program))]
[KnownTypeAttribute(typeof(Collection<string>))]
[KnownTypeAttribute(typeof(DateTime))]
[KnownTypeAttribute(typeof(Event))]
[KnownTypeAttribute(typeof(EmailMessage))]
[KnownTypeAttribute(typeof(MarketingResultType))]
[KnownTypeAttribute(typeof(Job))]
[KnownTypeAttribute(typeof(Company))]
[KnownTypeAttribute(typeof(Contact))]
public class PartialUpdateMarketingResultItem
[DataContractAttribute]
[KnownTypeAttribute((Campaign^::typeid))]
[KnownTypeAttribute((Program^::typeid))]
[KnownTypeAttribute((Collection<String^>^::typeid))]
[KnownTypeAttribute((DateTime::typeid))]
[KnownTypeAttribute((Event^::typeid))]
[KnownTypeAttribute((EmailMessage^::typeid))]
[KnownTypeAttribute((MarketingResultType^::typeid))]
[KnownTypeAttribute((Job^::typeid))]
[KnownTypeAttribute((Company^::typeid))]
[KnownTypeAttribute((Contact^::typeid))]
public ref class PartialUpdateMarketingResultItem 
[<DataContractAttribute>]
[<KnownTypeAttribute(typeof(Campaign))>]
[<KnownTypeAttribute(typeof(Program))>]
[<KnownTypeAttribute(typeof(Collection<string>))>]
[<KnownTypeAttribute(typeof(DateTime))>]
[<KnownTypeAttribute(typeof(Event))>]
[<KnownTypeAttribute(typeof(EmailMessage))>]
[<KnownTypeAttribute(typeof(MarketingResultType))>]
[<KnownTypeAttribute(typeof(Job))>]
[<KnownTypeAttribute(typeof(Company))>]
[<KnownTypeAttribute(typeof(Contact))>]
type PartialUpdateMarketingResultItem = class end
<DataContractAttribute>
<KnownTypeAttribute(GetType(Campaign))>
<KnownTypeAttribute(GetType(Program))>
<KnownTypeAttribute(GetType(Collection(Of String)))>
<KnownTypeAttribute(GetType(Date))>
<KnownTypeAttribute(GetType(Event))>
<KnownTypeAttribute(GetType(EmailMessage))>
<KnownTypeAttribute(GetType(MarketingResultType))>
<KnownTypeAttribute(GetType(Job))>
<KnownTypeAttribute(GetType(Company))>
<KnownTypeAttribute(GetType(Contact))>
Public Class PartialUpdateMarketingResultItem

Constructors

Name Description
System_CAPS_pubmethod PartialUpdateMarketingResultItem()

Properties

Name Description
System_CAPS_pubproperty Id

System_CAPS_pubproperty MarketingResultFields

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 Namespace

Return to top