Class CoreLibTypeExtensions
Inheritance
CoreLibTypeExtensions
Assembly: Glitch9.dll
Syntax
public static class CoreLibTypeExtensions
Methods
|
Edit this page
View Source
GetIdOrNull(IHasId<string>)
Declaration
public static string GetIdOrNull(this IHasId<string> identifiable)
Parameters
Returns
|
Edit this page
View Source
GetNameOrDash(IData)
Declaration
public static string GetNameOrDash(this IData data)
Parameters
| Type |
Name |
Description |
| IData |
data |
|
Returns
|
Edit this page
View Source
HasValue(INullable)
Declaration
public static bool HasValue(this INullable nullable)
Parameters
Returns
|
Edit this page
View Source
IsNullOrEmptyId(IHasId<string>)
Declaration
public static bool IsNullOrEmptyId(this IHasId<string> identifiable)
Parameters
Returns