Zum Hauptinhalt springen
Version: 25.128.1012.1

FldTypePhys

Physikalischer Feldtyp

Eigenschaften

BinaryLong

readonly static BinaryLong: FldTypePhys;

Binär lang

Definiert in

cosmolink.SDK.CRMApplication.ts:2432


Blob

readonly static Blob: FldTypePhys;

BLOB

Definiert in

cosmolink.SDK.CRMApplication.ts:2438


Boolean

readonly static Boolean: FldTypePhys;

Boolean

Definiert in

cosmolink.SDK.CRMApplication.ts:2444


Bytes

readonly static Bytes: FldTypePhys;

Bytes

Definiert in

cosmolink.SDK.CRMApplication.ts:2450


Character

readonly static Character: FldTypePhys;

Zeichen

Definiert in

cosmolink.SDK.CRMApplication.ts:2456


CharacterLong

readonly static CharacterLong: FldTypePhys;

Zeichen lang

Definiert in

cosmolink.SDK.CRMApplication.ts:2462


Clob

readonly static Clob: FldTypePhys;

CLOB

Definiert in

cosmolink.SDK.CRMApplication.ts:2468


DateTime

readonly static DateTime: FldTypePhys;

Datum mit Zeit

Definiert in

cosmolink.SDK.CRMApplication.ts:2474


Integer64Bit

readonly static Integer64Bit: FldTypePhys;

Ganzzahl 64-Bit

Definiert in

cosmolink.SDK.CRMApplication.ts:2480


Integer64BitUnsigned

readonly static Integer64BitUnsigned: FldTypePhys;

Ganzzahl 64-Bit (ohne Vorzeichen)

Definiert in

cosmolink.SDK.CRMApplication.ts:2486


IntegerLong

readonly static IntegerLong: FldTypePhys;

Ganzzahl lang

Definiert in

cosmolink.SDK.CRMApplication.ts:2492


IntegerLongUnsigned

readonly static IntegerLongUnsigned: FldTypePhys;

Ganzzahl lang (ohne Vorzeichen)

Definiert in

cosmolink.SDK.CRMApplication.ts:2498


IntegerShort

readonly static IntegerShort: FldTypePhys;

Ganzzahl kurz

Definiert in

cosmolink.SDK.CRMApplication.ts:2504


IntegerShortUnsigned

readonly static IntegerShortUnsigned: FldTypePhys;

Ganzzahl kurz (ohne Vorzeichen)

Definiert in

cosmolink.SDK.CRMApplication.ts:2510


Numeric

readonly static Numeric: FldTypePhys;

Numerisch

Definiert in

cosmolink.SDK.CRMApplication.ts:2516


RationalNumber

readonly static RationalNumber: FldTypePhys;

Rationale Zahl

Definiert in

cosmolink.SDK.CRMApplication.ts:2522


Unkown

readonly static Unkown: FldTypePhys;

Unbekannt

Definiert in

cosmolink.SDK.CRMApplication.ts:2528


Id

get Id(): number

Numerischer Identifier des Enum Wertes

Deprecated

Die Eigenschaft steht in zukünftigen Versionen eventuell nicht mehr zur Verfügung und sollte nicht mehr verwendet werden, da diese durch die Eigenschaft id ersetzt wurde.

Rückgabewert

number

Definiert in

cosmolink.SDK.CRMApplication.ts:2377


Name

get Name(): string

Name des Enum Wertes

Deprecated

Die Eigenschaft steht in zukünftigen Versionen eventuell nicht mehr zur Verfügung und sollte nicht mehr verwendet werden, da diese durch die Eigenschaft name ersetzt wurde.

Rückgabewert

string

Definiert in

cosmolink.SDK.CRMApplication.ts:2396


id

get id(): number

Numerischer Identifier des Enum Wertes

Rückgabewert

number

Definiert in

cosmolink.SDK.CRMApplication.ts:2386


name

get name(): string

Name des Enum Wertes

Rückgabewert

string

Definiert in

cosmolink.SDK.CRMApplication.ts:2405

Methoden

GetById()

static GetById(id): FldTypePhys

Gibt anhand der übergebenen Id den jeweiligen Wert zurück. Sollte die Id nicht zu einem Wert zugeordnet werden können, wird null zurückgegeben.

Parameter

ParameterTypeDescription
idanyId

Rückgabewert

FldTypePhys

Deprecated

Die Funktion steht in zukünftigen Versionen eventuell nicht mehr zur Verfügung und sollte nicht mehr verwendet werden, da diese durch die Funktion getById ersetzt wurde.

Definiert in

cosmolink.SDK.CRMApplication.ts:2541


getById()

static getById(id): FldTypePhys

Gibt anhand der übergebenen Id den jeweiligen Wert zurück. Sollte die Id nicht zu einem Wert zugeordnet werden können, wird null zurückgegeben.

Parameter

ParameterTypeDescription
idanyId

Rückgabewert

FldTypePhys

Definiert in

cosmolink.SDK.CRMApplication.ts:2551