Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

AppProduct class

From Catglobe Wiki

AppProduct



Represents an AppProduct.

Parent class

Inherits from object

Methods

  • Empty Save() - Apply all changes to the AppProduct
  • (From object) string ToString() - The string representation of the object.

Properties

  • string DevelopmentUrl { get; set; } - Get/set the development URL
  • bool Enabled { get; set; } - Get/set if the product is enabled
  • bool IsSales { get; set; } - Get/set if this is a sales product
  • LocalizedString Name { get; } - Get/set the localized name
  • string ObjectTypeName { get; } - The name of the type of object.
  • int Order { get; set; } - Get/set the order
  • ResourceEdit ResourceModel { get; } - Edit the Resource
  • CompatibilityArray Roles { get; } - Get the list of roles
  • string SvgIcon { get; set; } - Get/set the SVG icon content
  • (From object) TypeInformation TypeInformation { get; } - Get information about this class.
  • string Url { get; set; } - Get/set the product URL

Static Methods

  • AppProduct AppProduct_create() - Create a new AppProduct
  • AppProduct AppProduct_getById(int id "Id of the item to fetch") - Fetch AppProduct by primary key. Returns Empty if not found