C# 클래스 ParasutClient.Model.StockMovementRelationships

상속: IEquatable, IValidatableObject
파일 보기 프로젝트 열기: ddeniz/ParasutClient 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IValidatableObject IEnumerable

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IValidatableObject ( ValidationContext validationContext ) : IEnumerable

To validate all properties of the instance

메소드 상세

Equals() 공개 메소드

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

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

Gets the hash code
public GetHashCode ( ) : int
리턴 int

StockMovementRelationships() 공개 메소드

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.
리턴 System

ToJson() 공개 메소드

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

ToString() 공개 메소드

Returns the string presentation of the object
public ToString ( ) : string
리턴 string