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
Show file Open project: autocompaste/AutoComPaste

Public Properties

Property Type Description
content String
paragraphID int
parentOrder int

Property Details

content public property

public String content
return String

paragraphID public property

public int paragraphID
return int

parentOrder public property

public int parentOrder
return int