C# Class ParasutClient.Model.StockMovementRelationships

Inheritance: IEquatable, IValidatableObject
Mostra file Open project: ddeniz/ParasutClient Class Usage Examples

Private Properties

Property Type Description
IValidatableObject IEnumerable

Public Methods

Method Description
Equals ( input ) : bool

Returns true if StockMovementRelationships instances are equal

Equals ( object input ) : bool

Returns true if objects are equal

GetHashCode ( ) : int

Gets the hash code

StockMovementRelationships ( CompanyIdpurchaseBillsdetailedDataRelationshipsDetailsRelationshipsProduct product = default(CompanyIdpurchaseBillsdetailedDataRelationshipsDetailsRelationshipsProduct), StockMovementRelationshipsSource source = default(StockMovementRelationshipsSource), CompanyIdpurchaseBillsbasicDataRelationshipsSupplier contact = default(CompanyIdpurchaseBillsbasicDataRelationshipsSupplier) ) : System

Initializes a new instance of the StockMovementRelationships class.

ToJson ( ) : string

Returns the JSON string presentation of the object

ToString ( ) : string

Returns the string presentation of the object

Private Methods

Method Description
IValidatableObject ( ValidationContext validationContext ) : IEnumerable

To validate all properties of the instance

Method Details

Equals() public method

Returns true if StockMovementRelationships instances are equal
public Equals ( input ) : bool
input Instance of StockMovementRelationships to be compared
return bool

Equals() public method

Returns true if objects are equal
public Equals ( object input ) : bool
input object Object to be compared
return bool

GetHashCode() public method

Gets the hash code
public GetHashCode ( ) : int
return int

StockMovementRelationships() public method

Initializes a new instance of the StockMovementRelationships class.
public StockMovementRelationships ( CompanyIdpurchaseBillsdetailedDataRelationshipsDetailsRelationshipsProduct product = default(CompanyIdpurchaseBillsdetailedDataRelationshipsDetailsRelationshipsProduct), StockMovementRelationshipsSource source = default(StockMovementRelationshipsSource), CompanyIdpurchaseBillsbasicDataRelationshipsSupplier contact = default(CompanyIdpurchaseBillsbasicDataRelationshipsSupplier) ) : System
product CompanyIdpurchaseBillsdetailedDataRelationshipsDetailsRelationshipsProduct product.
source StockMovementRelationshipsSource source.
contact CompanyIdpurchaseBillsbasicDataRelationshipsSupplier contact.
return System

ToJson() public method

Returns the JSON string presentation of the object
public ToJson ( ) : string
return string

ToString() public method

Returns the string presentation of the object
public ToString ( ) : string
return string