Partager via


NSAttributeType Énumération

Définition

Énumération dont les valeurs définissent les types valides pour les NSAttributeType objets.

public enum NSAttributeType
type NSAttributeType = 
Héritage
NSAttributeType

Champs

Binary 1000

Indique NSData.

Boolean 800

Indique une valeur booléenne

Date 900

Indique un NSDate.

Decimal 400

Indique un NSDecimalNumber.

Double 500

Indique un double.

Float 600

Indique un float.

Integer16 100

Indique un entier 16 bits signé.

Integer32 200

Indique un entier 32 bits signé.

Integer64 300

Indique un entier 64 bits signé.

ObjectID 2000

Indique un ID d’objet.

String 700

Indique un NSString.

Transformable 1800

Indique un type avec un transformateur disponible.

Undefined 0

Indique un type non défini.

Uri 1200

Indique un URI.

Uuid 1100

Indique un UUID.

S’applique à