PartialContactUpdateItem 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.PartialContactUpdateItem

Syntax

[KnownTypeAttribute(typeof(Salutation))]
[KnownTypeAttribute(typeof(TimeZoneInfo))]
[KnownTypeAttribute(typeof(TimeZoneInfo.AdjustmentRule))]
[KnownTypeAttribute(typeof(TimeZoneInfo.AdjustmentRule[]))]
[KnownTypeAttribute(typeof(TimeZoneInfo.TransitionTime))]
[DataContractAttribute]
[KnownTypeAttribute(typeof(Company))]
[KnownTypeAttribute(typeof(Territory))]
[KnownTypeAttribute(typeof(Currency))]
[KnownTypeAttribute(typeof(Collection<string>))]
[KnownTypeAttribute(typeof(Language))]
[KnownTypeAttribute(typeof(DayOfWeek))]
public class PartialContactUpdateItem
[KnownTypeAttribute((Salutation^::typeid))]
[KnownTypeAttribute((TimeZoneInfo^::typeid))]
[KnownTypeAttribute((TimeZoneInfo::AdjustmentRule^::typeid))]
[KnownTypeAttribute((array<TimeZoneInfo::AdjustmentRule^>^::typeid))]
[KnownTypeAttribute((TimeZoneInfo::TransitionTime::typeid))]
[DataContractAttribute]
[KnownTypeAttribute((Company^::typeid))]
[KnownTypeAttribute((Territory^::typeid))]
[KnownTypeAttribute((Currency^::typeid))]
[KnownTypeAttribute((Collection<String^>^::typeid))]
[KnownTypeAttribute((Language^::typeid))]
[KnownTypeAttribute((DayOfWeek::typeid))]
public ref class PartialContactUpdateItem 
[<KnownTypeAttribute(typeof(Salutation))>]
[<KnownTypeAttribute(typeof(TimeZoneInfo))>]
[<KnownTypeAttribute(typeof(TimeZoneInfo.AdjustmentRule))>]
[<KnownTypeAttribute(typeof(TimeZoneInfo.AdjustmentRule[]))>]
[<KnownTypeAttribute(typeof(TimeZoneInfo.TransitionTime))>]
[<DataContractAttribute>]
[<KnownTypeAttribute(typeof(Company))>]
[<KnownTypeAttribute(typeof(Territory))>]
[<KnownTypeAttribute(typeof(Currency))>]
[<KnownTypeAttribute(typeof(Collection<string>))>]
[<KnownTypeAttribute(typeof(Language))>]
[<KnownTypeAttribute(typeof(DayOfWeek))>]
type PartialContactUpdateItem = class end
<KnownTypeAttribute(GetType(Salutation))>
<KnownTypeAttribute(GetType(TimeZoneInfo))>
<KnownTypeAttribute(GetType(TimeZoneInfo.AdjustmentRule))>
<KnownTypeAttribute(GetType(TimeZoneInfo.AdjustmentRule()))>
<KnownTypeAttribute(GetType(TimeZoneInfo.TransitionTime))>
<DataContractAttribute>
<KnownTypeAttribute(GetType(Company))>
<KnownTypeAttribute(GetType(Territory))>
<KnownTypeAttribute(GetType(Currency))>
<KnownTypeAttribute(GetType(Collection(Of String)))>
<KnownTypeAttribute(GetType(Language))>
<KnownTypeAttribute(GetType(DayOfWeek))>
Public Class PartialContactUpdateItem

Constructors

Name Description
System_CAPS_pubmethod PartialContactUpdateItem()

Properties

Name Description
System_CAPS_pubproperty ContactFields

System_CAPS_pubproperty CustomFields

System_CAPS_pubproperty Id

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