C# 클래스 Integreat.Shared.Models.Page

파일 보기 프로젝트 열기: Integreat/app-cross_platform 1 사용 예제들

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