Uses of Class
microsoft.dynamics.crm.enums.TargetFieldType
-
Packages that use TargetFieldType Package Description microsoft.dynamics.crm.container microsoft.dynamics.crm.enums -
-
Uses of TargetFieldType in microsoft.dynamics.crm.container
Methods in microsoft.dynamics.crm.container with parameters of type TargetFieldType Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Crmbaseentity>System. initializeFrom(Crmbaseentity entityMoniker, String targetEntityName, TargetFieldType targetFieldType, Boolean retrieveConsumableRecord) -
Uses of TargetFieldType in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return TargetFieldType Modifier and Type Method Description static TargetFieldTypeTargetFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetFieldType[]TargetFieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-