Méthode | Description | |
---|---|---|
Department ( ) : string |
Gets a random department
|
|
Departments ( ) : List |
Gets a list of random departments
|
|
Departments ( int numberOfDepartments ) : List |
Gets a list of random departments
|
|
Price ( decimal min, decimal max, int decimals, string symbol = "" ) : string |
Gets a random price
|
|
Price ( string symbol = "" ) : string |
Gets a random price
|
|
Prices ( string symbol = "" ) : List |
Gets a list of random product prices
|
|
Prices ( string symbol, int numberOfPrices = 1 ) : List |
Gets a list of random product prices
|
|
Product ( ) : string |
Gets a random product
|
|
ProductAdjective ( ) : string |
Gets a random product adjective
|
|
ProductAdjectives ( ) : List |
Gets a list of random product adjectives
|
|
ProductAdjectives ( int numberOfAdjectives ) : List |
Gets a list of random product adjectives
|
|
ProductMaterial ( ) : string |
Gets a random product material
|
|
ProductMaterials ( ) : List |
Gets a list of random product materials
|
|
ProductMaterials ( int numberOfMaterials ) : List |
Gets a list of random product materials
|
|
ProductName ( ) : string |
Gets a random product name
|
|
ProductNames ( ) : List |
Gets a list of random product names
|
|
ProductNames ( int numberOfProductNames ) : List |
Gets a list of random product names
|
|
Products ( ) : List |
Gets a list of random products
|
|
Products ( int numberOfProducts ) : List |
Gets a list of random products
|
public static Departments ( int numberOfDepartments ) : List |
||
numberOfDepartments | int | Number of departments |
Résultat | List |
public static Price ( decimal min, decimal max, int decimals, string symbol = "" ) : string | ||
min | decimal | Minimum amount |
max | decimal | Maximum amount |
decimals | int | Number of decimals |
symbol | string | Symbol to append |
Résultat | string |
public static Price ( string symbol = "" ) : string | ||
symbol | string | Symbol to append |
Résultat | string |
public static Prices ( string symbol = "" ) : List |
||
symbol | string | Symbol to append |
Résultat | List |
public static Prices ( string symbol, int numberOfPrices = 1 ) : List |
||
symbol | string | Symbol to append |
numberOfPrices | int | Number of prices |
Résultat | List |
public static ProductAdjective ( ) : string | ||
Résultat | string |
public static ProductAdjectives ( int numberOfAdjectives ) : List |
||
numberOfAdjectives | int | Number of adjectives |
Résultat | List |
public static ProductMaterials ( int numberOfMaterials ) : List |
||
numberOfMaterials | int | Number of materials |
Résultat | List |
public static ProductNames ( int numberOfProductNames ) : List |
||
numberOfProductNames | int | Number of names |
Résultat | List |
public static Products ( int numberOfProducts ) : List |
||
numberOfProducts | int | Number of products |
Résultat | List |