C# Класс Nucleus.ModelEntity.PageQuestionnaire

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

Private Properties

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

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

Метод Описание
Equals ( input ) : bool

Returns true if PageQuestionnaire instances are equal

Equals ( object input ) : bool

Returns true if objects are equal

GetHashCode ( ) : int

Gets the hash code

PageQuestionnaire ( List content = default(List<Questionnaire>), bool? first = default(bool?), bool? last = default(bool?), int? number = default(int?), int? numberOfElements = default(int?), int? size = default(int?), List sort = default(List<Sort>), long? totalElements = default(long?), int? totalPages = default(int?) ) : System

Initializes a new instance of the PageQuestionnaire 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 PageQuestionnaire instances are equal
public Equals ( input ) : bool
input Instance of PageQuestionnaire 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

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

Initializes a new instance of the PageQuestionnaire class.
public PageQuestionnaire ( List content = default(List<Questionnaire>), bool? first = default(bool?), bool? last = default(bool?), int? number = default(int?), int? numberOfElements = default(int?), int? size = default(int?), List sort = default(List<Sort>), long? totalElements = default(long?), int? totalPages = default(int?) ) : System
content List content.
first bool? first.
last bool? last.
number int? number.
numberOfElements int? numberOfElements.
size int? size.
sort List sort.
totalElements long? totalElements.
totalPages int? totalPages.
Результат 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