C# Class XRayBuilderGUI.XRay.Excerpt

Afficher le fichier Open project: Ephemerality/xray-builder.gui

Méthodes publiques

Свойство Type Description
go_to int
id int
image string
length int
related_entities List
start int

Méthodes publiques

Méthode Description
Excerpt ( int id, int start, int length ) : System
GetQuery ( ) : string

Method Details

Excerpt() public méthode

public Excerpt ( int id, int start, int length ) : System
id int
start int
length int
Résultat System

GetQuery() public méthode

public GetQuery ( ) : string
Résultat string

Property Details

go_to public_oe property

public int go_to
Résultat int

id public_oe property

public int id
Résultat int

image public_oe property

public string image
Résultat string

length public_oe property

public int length
Résultat int

related_entities public_oe property

public List related_entities
Résultat List

start public_oe property

public int start
Résultat int