C# Class Kooboo.Commerce.Categories.Category

Inheritance: ILocalizable
Mostra file Open project: Kooboo/Ecommerce Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Category ( ) : System.Collections.Generic
SetCustomField ( string name, string value ) : void

Method Details

Category() public method

public Category ( ) : System.Collections.Generic
return System.Collections.Generic

SetCustomField() public method

public SetCustomField ( string name, string value ) : void
name string
value string
return void