C# Класс ParasutClient.Model.CompanyRelationships

Наследование: IEquatable, IValidatableObject
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
IValidatableObject IEnumerable

Открытые методы

Метод Описание
CompanyRelationships ( ParasutClient.Model.CompanyRelationshipsOwner owner = default(CompanyRelationshipsOwner), ParasutClient.Model.CompanyRelationshipsAddress address = default(CompanyRelationshipsAddress) ) : System

Initializes a new instance of the CompanyRelationships class.

Equals ( input ) : bool

Returns true if CompanyRelationships instances are equal

Equals ( object input ) : bool

Returns true if objects are equal

GetHashCode ( ) : int

Gets the hash code

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

Описание методов

CompanyRelationships() публичный Метод

Initializes a new instance of the CompanyRelationships class.
public CompanyRelationships ( ParasutClient.Model.CompanyRelationshipsOwner owner = default(CompanyRelationshipsOwner), ParasutClient.Model.CompanyRelationshipsAddress address = default(CompanyRelationshipsAddress) ) : System
owner ParasutClient.Model.CompanyRelationshipsOwner owner.
address ParasutClient.Model.CompanyRelationshipsAddress address.
Результат System

Equals() публичный Метод

Returns true if CompanyRelationships instances are equal
public Equals ( input ) : bool
input Instance of CompanyRelationships 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

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