Class ApiExtensions
Inheritance
object
ApiExtensions
Assembly: Aetheros.OneM2M.Api.dll
Syntax
public static class ApiExtensions
Methods
|
Edit this page
View Source
GetContent<T>(ContentInstance)
Declaration
public static T? GetContent<T>(this ContentInstance @this) where T : class
Parameters
Returns
Type |
Description |
T |
The content of the ContentInstance
|
Type Parameters
Name |
Description |
T |
The Type of the ContentInstance's Content
|
|
Edit this page
View Source
WhereNotNull<T>(IEnumerable<T?>)
Declaration
public static IEnumerable<T> WhereNotNull<T>(this IEnumerable<T?> enumerable) where T : class
Parameters
Returns
Type Parameters
|
Edit this page
View Source
WhereNotNull<T>(IObservable<T?>)
Declaration
public static IObservable<T> WhereNotNull<T>(this IObservable<T?> enumerable) where T : class
Parameters
Returns
Type Parameters