21.273. Class ListApplicationsRequestExt

Namespace: ArmoniK.Core.Common.gRPC
Assembly: ArmoniK.Core.Common.dll

public static class ListApplicationsRequestExt

21.273.1. Inheritance

objectListApplicationsRequestExt

21.273.2. Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

21.273.3. Methods

21.273.3.1. ToApplicationFilter(Filters)

Converts gRPC message filters into an that represents the filter conditions

public static Expression<Func<TaskData, bool>> ToApplicationFilter(this Filters filters)

21.273.3.1.1. Parameters

filters Filters

The gPRC filters

21.273.3.1.2. Returns

Expression<Func<TaskData, bool>>

The that represents the filter conditions

21.273.3.1.3. Exceptions

ArgumentOutOfRangeException

the given message is not recognized

21.273.3.2. ToField(ApplicationField)

Converts gRPC message into the associated field

public static Expression<Func<Application, object?>> ToField(this ApplicationField field)

21.273.3.2.1. Parameters

field ApplicationField

The gPRC message

21.273.3.2.2. Returns

Expression<Func<Application, object?>>

The that access the field from the object

21.273.3.2.3. Exceptions

ArgumentOutOfRangeException

the given message is not recognized