Table of Contents

Class StoreParsedApp

Namespace
SunamoGoogleSheets._public.SunamoData.Data
Assembly
SunamoGoogleSheets.dll

Stores parsed application data from Google Sheets

public class StoreParsedApp
Inheritance
StoreParsedApp
Inherited Members
Extension Methods

Fields

AverageRating

Field name for average rating

public const string AverageRating = "Average rating"

Field Value

string

Category

Field name for application category

public const string Category = "Category"

Field Value

string

CountOfRatings

Field name for count of ratings

public const string CountOfRatings = "Count of ratings"

Field Value

string

FinalOfficialWeb

Field name for final official web

public const string FinalOfficialWeb = "Final - Official Web"

Field Value

string

FurtherTest

Field name for further test status

public const string FurtherTest = "Further test"

Field Value

string

InAppPurchases

Field name for in-app purchases

public const string InAppPurchases = "In-app purchases"

Field Value

string

LastUpdated

Field name for last updated date

public const string LastUpdated = "Last updated"

Field Value

string

Name

Field name for application name

public const string Name = "Name"

Field Value

string

OverallUsersInThousandsK

Field name for overall users in thousands

public const string OverallUsersInThousandsK = "Overall users in thousands (k)"

Field Value

string

Price

Field name for price

public const string Price = "Price"

Field Value

string

PriceForLifelongSubs

Field name for price for lifelong subscription

public const string PriceForLifelongSubs = "Price for lifelong subs"

Field Value

string

PriceForYearSubs

Field name for price for year subscription

public const string PriceForYearSubs = "Price for year subs"

Field Value

string

RunTest

Field name for run test status

public const string RunTest = "Run test"

Field Value

string

Uri

Field name for application URI

public const string Uri = "Uri"

Field Value

string

Properties

AppName

Gets or sets the application name

public string? AppName { get; set; }

Property Value

string

AppUri

Gets or sets the application URI

public string? AppUri { get; set; }

Property Value

string

Methods

GetValueForRow(string)

Gets the value for a specific field/column

public string GetValueForRow(string fieldName)

Parameters

fieldName string

The name of the field/column

Returns

string

The value for the specified field, or empty string if not found