C# Class XRayBuilderGUI.XRay.Excerpt

ファイルを表示 Open project: Ephemerality/xray-builder.gui

Public Properties

Property Type Description
go_to int
id int
image string
length int
related_entities List
start int

Public Methods

Method Description
Excerpt ( int id, int start, int length ) : System
GetQuery ( ) : string

Method Details

Excerpt() public method

public Excerpt ( int id, int start, int length ) : System
id int
start int
length int
return System

GetQuery() public method

public GetQuery ( ) : string
return string

Property Details

go_to public_oe property

public int go_to
return int

id public_oe property

public int id
return int

image public_oe property

public string image
return string

length public_oe property

public int length
return int

related_entities public_oe property

public List related_entities
return List

start public_oe property

public int start
return int