Method | Description | |
---|---|---|
Create ( Vocab product ) : System.Guid | ||
Delete ( System id ) : void | ||
Get ( System id ) : Vocab.Product | ||
List ( System &totalEntities, System _filter, System _skip, System _top ) : System.Collections.Generic.ICollection |
||
ProductClient ( |
||
ProductClient ( |
||
Update ( System id, Vocab product ) : void |
public Create ( Vocab product ) : System.Guid | ||
product | Vocab | |
return | System.Guid |
public List ( System &totalEntities, System _filter, System _skip, System _top ) : System.Collections.Generic.ICollection |
||
totalEntities | System | |
_filter | System | |
_skip | System | |
_top | System | |
return | System.Collections.Generic.ICollection |
public ProductClient ( |
||
baseUri | ||
return | System |
public ProductClient ( |
||
baseUri | ||
authenticationScheme | string | |
return | System |
public Update ( System id, Vocab product ) : void | ||
id | System | |
product | Vocab | |
return | void |