C# Class ACPAddIn.Object_Class.Sentence

This class contain the same data structure for the Sentence object in Java ACP. It is used for to convert between JSON and object. Author: Loke Yan Hao
Inheritance: Suggestion
Datei anzeigen Open project: autocompaste/AutoComPaste

Public Properties

Property Type Description
content String
paragraphID int
parentOrder int

Property Details

content public_oe property

public String content
return String

paragraphID public_oe property

public int paragraphID
return int

parentOrder public_oe property

public int parentOrder
return int