Property | Type | Description | |
---|---|---|---|
Modules | List |
||
Products | List |
Property | Type | Description | |
---|---|---|---|
GetProduct | SIM.Products.Product | ||
GetProductFiles | string[] | ||
GetProducts | IEnumerable |
||
OnProductManagerInitialized | void | ||
ProcessFile | void | ||
Refresh | void | ||
Refresh | void |
Method | Description | |
---|---|---|
FindProduct ( ProductType type, string product, string version, string revision ) : SIM.Products.Product | ||
Initialize ( List |
||
Initialize ( [ localRepository ) : void |
Method | Description | |
---|---|---|
GetProduct ( [ productName ) : SIM.Products.Product | ||
GetProductFiles ( string localRepository ) : string[] | ||
GetProducts ( [ productName, [ version, [ revision ) : IEnumerable |
||
OnProductManagerInitialized ( ) : void | ||
ProcessFile ( string file ) : void | ||
Refresh ( IEnumerable |
||
Refresh ( [ localRepository ) : void |
public static FindProduct ( ProductType type, string product, string version, string revision ) : SIM.Products.Product | ||
type | ProductType | |
product | string | |
version | string | |
revision | string | |
return | SIM.Products.Product |
public static Initialize ( List |
||
zipFiles | List |
|
return | void |
public static Initialize ( [ localRepository ) : void | ||
localRepository | [ | |
return | void |