C# Class Kooboo.Commerce.Brands.Brand

Inheritance: ILocalizable
Mostrar archivo Open project: Kooboo/Ecommerce Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

Brand() public method

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

SetCustomField() public method

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

ToString() public method

public ToString ( ) : string
return string