IAppInfo Interface

graph BT Type["IAppInfo"] class Type type-node Implementing0["AppInfoEssential"]-.->Type click Implementing0 "/api/Rocket.Surgery.Xamarin.Essentials/AppInfoEssential"

Syntax

public interface IAppInfo

Properties

Name Value Summary
BuildString string
Name string
PackageName string
Version Version
VersionString string

Methods

Name Value Summary
OpenSettings() void

Extension Methods

Name Value Summary
SetBackingValue<IAppInfo, TV>(Expression<Func<IAppInfo, TV>>, TV) T
Sets the backing value.
With<IAppInfo, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.