Class AttributeTypeInfo
- Namespace
- The.Attributes
- Assembly
- Instagile.dll
public static class AttributeTypeInfo
- Inheritance
-
AttributeTypeInfo
- Inherited Members
-
Fields
BLOB
public static readonly AttributeTypeInfo<byte[]> BLOB
Field Value
- AttributeTypeInfo<byte[]>
Boolean
public static readonly AttributeTypeInfo<bool> Boolean
Field Value
- AttributeTypeInfo<bool>
Currency
public static readonly AttributeTypeInfo<decimal> Currency
Field Value
- AttributeTypeInfo<decimal>
Date
public static readonly AttributeTypeInfo<DateOnly> Date
Field Value
- AttributeTypeInfo<DateOnly>
DateTime
public static readonly AttributeTypeInfo<DateTime> DateTime
Field Value
- AttributeTypeInfo<DateTime>
Decimal
public static readonly AttributeTypeInfo<decimal> Decimal
Field Value
- AttributeTypeInfo<decimal>
GUID
public static readonly AttributeTypeInfo<Guid> GUID
Field Value
- AttributeTypeInfo<Guid>
Instant
public static readonly AttributeTypeInfo<DateTimeOffset> Instant
Field Value
- AttributeTypeInfo<DateTimeOffset>
Integer
public static readonly AttributeTypeInfo<int> Integer
Field Value
- AttributeTypeInfo<int>
Long
public static readonly AttributeTypeInfo<long> Long
Field Value
- AttributeTypeInfo<long>
NullableBLOB
public static readonly AttributeTypeInfo<byte[]?> NullableBLOB
Field Value
- AttributeTypeInfo<byte[]>
NullableBoolean
public static readonly AttributeTypeInfo<bool?> NullableBoolean
Field Value
- AttributeTypeInfo<bool?>
NullableCurrency
public static readonly AttributeTypeInfo<decimal?> NullableCurrency
Field Value
- AttributeTypeInfo<decimal?>
NullableDate
public static readonly AttributeTypeInfo<DateOnly?> NullableDate
Field Value
- AttributeTypeInfo<DateOnly?>
NullableDateTime
public static readonly AttributeTypeInfo<DateTime?> NullableDateTime
Field Value
- AttributeTypeInfo<DateTime?>
NullableDecimal
public static readonly AttributeTypeInfo<decimal?> NullableDecimal
Field Value
- AttributeTypeInfo<decimal?>
NullableGUID
public static readonly AttributeTypeInfo<Guid?> NullableGUID
Field Value
- AttributeTypeInfo<Guid?>
NullableInstant
public static readonly AttributeTypeInfo<DateTimeOffset?> NullableInstant
Field Value
- AttributeTypeInfo<DateTimeOffset?>
NullableInteger
public static readonly AttributeTypeInfo<int?> NullableInteger
Field Value
- AttributeTypeInfo<int?>
NullableLong
public static readonly AttributeTypeInfo<long?> NullableLong
Field Value
- AttributeTypeInfo<long?>
NullableString
public static readonly AttributeTypeInfo<string?> NullableString
Field Value
- AttributeTypeInfo<string>
NullableText
public static readonly AttributeTypeInfo<string?> NullableText
Field Value
- AttributeTypeInfo<string>
NullableTime
public static readonly AttributeTypeInfo<TimeOnly?> NullableTime
Field Value
- AttributeTypeInfo<TimeOnly?>
String
public static readonly AttributeTypeInfo<string> String
Field Value
- AttributeTypeInfo<string>
Text
public static readonly AttributeTypeInfo<string> Text
Field Value
- AttributeTypeInfo<string>
Time
public static readonly AttributeTypeInfo<TimeOnly> Time
Field Value
- AttributeTypeInfo<TimeOnly>
Version
public static readonly AttributeTypeInfo<ulong> Version
Field Value
- AttributeTypeInfo<ulong>
Methods
TryGetForAttributeType(AttributeType, bool, out IAttributeTypeInfo)
public static bool TryGetForAttributeType(AttributeType attributeType, bool isNullable, out IAttributeTypeInfo result)
Parameters
attributeType AttributeType
isNullable bool
result IAttributeTypeInfo
Returns
- bool