C# Class Integreat.Shared.Models.Page

Mostra file Open project: Integreat/app-cross_platform Class Usage Examples

Private Properties

Property Type Description
Find bool

Public Methods

Method Description
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

Private Methods

Method Description
Find ( string searchText ) : bool

Method Details

GenerateKey() public static method

public static GenerateKey ( object id, Location location, Language language ) : string
id object
location Location
language Language
return string

Page() public method

public Page ( ) : System
return System

Page() public method

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
return System