17.271. Class ListApplicationsRequestExt

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

public static class ListApplicationsRequestExt

17.271.1. Inheritance

objectListApplicationsRequestExt

17.271.2. Inherited Members

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

17.271.3. Methods

17.271.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)

17.271.3.1.1. Parameters

filters Filters

The gPRC filters

17.271.3.1.2. Returns

Expression<Func<TaskData, bool>>

The that represents the filter conditions

17.271.3.1.3. Exceptions

ArgumentOutOfRangeException

the given message is not recognized

17.271.3.2. ToField(ApplicationField)

Converts gRPC message into the associated field

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

17.271.3.2.1. Parameters

field ApplicationField

The gPRC message

17.271.3.2.2. Returns

Expression<Func<Application, object?>>

The that access the field from the object

17.271.3.2.3. Exceptions

ArgumentOutOfRangeException

the given message is not recognized