Table of Contents

Class AppFlagToModel

Namespace
RustPlusApi.Extensions
Assembly
RustPlusApi.dll

Mapping extensions from protobuf flag messages to model types.

public static class AppFlagToModel
Inheritance
AppFlagToModel
Inherited Members

Methods

ToSubscriptionInfo(AppFlag)

Maps an RustPlusContracts.AppFlag to a SubscriptionInfo.

public static SubscriptionInfo ToSubscriptionInfo(this AppFlag flag)

Parameters

flag AppFlag

The protobuf flag response.

Returns

SubscriptionInfo