C# Класс Integreat.Shared.Models.Page

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Find bool

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

Метод Описание
GenerateKey ( object id, Location location, Language language ) : string
Page ( ) : System
Page ( string primaryKey, int id, string title, string type, string status, System.DateTime modified, string excerpt, string content, string parentId, int order, string thumbnail, Author author, bool autoTranslated, List availableLanguages ) : System

Приватные методы

Метод Описание
Find ( string searchText ) : bool

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

GenerateKey() публичный статический Метод

public static GenerateKey ( object id, Location location, Language language ) : string
id object
location Location
language Language
Результат string

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

public Page ( ) : System
Результат System

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

public Page ( string primaryKey, int id, string title, string type, string status, System.DateTime modified, string excerpt, string content, string parentId, int order, string thumbnail, Author author, bool autoTranslated, List availableLanguages ) : System
primaryKey string
id int
title string
type string
status string
modified System.DateTime
excerpt string
content string
parentId string
order int
thumbnail string
author Author
autoTranslated bool
availableLanguages List
Результат System