Share via


TRANSFORM_TARGET_FIELD_TYPE Class

The TRANSFORM_TARGET_FIELD_TYPE class lists the valid values for transformation target field type. Please note that although the APIs may accept any value, these are the valid values.

This class does not need instantiation or initialization because the fields represent constant integer values. These values are intended to be used when constructing XML string parameters used in the Microsoft CRM APIs.

System.Object
   TRANSFORM_TARGET_FIELD_TYPE

[Visual Basic .NET]
Public Class TRANSFORM_TARGET_FIELD_TYPE
   Inherits System.Object
[C#]
public class TRANSFORM_TARGET_FIELD_TYPE: System.Object
[C++]
public __gc class TRANSFORM_TARGET_FIELD_TYPE: public System.Object

The TRANSFORM_TARGET_FIELD_TYPE class exposes the following members.

Field Value Description
TFT_ALL 0 Specifies all fields.
TFT_VALID_FOR_CREATE 1 Specifies fields that are valid for create.
TFT_VALID_FOR_READ 3 Specifies fields that are valid for read.
TFT_VALID_FOR_UPDATE 2 Specifies fields that are valid for update.

Requirements

Namespace: Microsoft.Crm.Platform.Types

Assembly: Microsoft.Crm.Platform.Types.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.