Class ItemResult
Represents response from item modification call.
Inherited Members
Namespace: CustomPLMService.Contract.Models.Items
Assembly: CustomPLMService.Contract.dll
Syntax
public class ItemResult
Properties
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
IsError
Declaration
public bool IsError { get; set; }
Property Value
Type | Description |
---|---|
bool |
Item
Declaration
public Item Item { get; set; }
Property Value
Type | Description |
---|---|
Item |