Метод | Описание | |
---|---|---|
GetSingleValueObjectAttribute ( |
Gets the SingleValueObjectAttribute of the type, if any.
|
|
IsIJsonSerializable ( |
Returns true if the object type is an IJsonSerializable.
|
|
IsNullable ( |
Returns true if the object is null-able, otherwise false.
|
|
IsNullableIJsonSerializable ( |
Returns true if the object type is a null-able IJsonSerializable.
|
|
IsSingleValueObject ( |
Returns true if the type is a Single Value Object, otherwise false.
|
public static GetSingleValueObjectAttribute ( |
||
objectType | /// The type to test for. /// | |
Результат | SingleValueObjectAttribute |
public static IsIJsonSerializable ( |
||
objectType | /// The type to test for. /// | |
Результат | bool |
public static IsNullable ( |
||
objectType | /// The type to test for. /// | |
Результат | bool |
public static IsNullableIJsonSerializable ( |
||
objectType | /// The type to test for. /// | |
Результат | bool |
public static IsSingleValueObject ( |
||
objectType | /// The type to test for. /// | |
Результат | bool |