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
Category
Field name for application category
public const string Category = "Category"
Field Value
CountOfRatings
Field name for count of ratings
public const string CountOfRatings = "Count of ratings"
Field Value
FinalOfficialWeb
Field name for final official web
public const string FinalOfficialWeb = "Final - Official Web"
Field Value
FurtherTest
Field name for further test status
public const string FurtherTest = "Further test"
Field Value
InAppPurchases
Field name for in-app purchases
public const string InAppPurchases = "In-app purchases"
Field Value
LastUpdated
Field name for last updated date
public const string LastUpdated = "Last updated"
Field Value
Name
Field name for application name
public const string Name = "Name"
Field Value
OverallUsersInThousandsK
Field name for overall users in thousands
public const string OverallUsersInThousandsK = "Overall users in thousands (k)"
Field Value
Price
Field name for price
public const string Price = "Price"
Field Value
PriceForLifelongSubs
Field name for price for lifelong subscription
public const string PriceForLifelongSubs = "Price for lifelong subs"
Field Value
PriceForYearSubs
Field name for price for year subscription
public const string PriceForYearSubs = "Price for year subs"
Field Value
RunTest
Field name for run test status
public const string RunTest = "Run test"
Field Value
Uri
Field name for application URI
public const string Uri = "Uri"
Field Value
Properties
AppName
Gets or sets the application name
public string? AppName { get; set; }
Property Value
AppUri
Gets or sets the application URI
public string? AppUri { get; set; }
Property Value
Methods
GetValueForRow(string)
Gets the value for a specific field/column
public string GetValueForRow(string fieldName)
Parameters
fieldNamestringThe name of the field/column
Returns
- string
The value for the specified field, or empty string if not found