Click or drag to resize

IContentSentence Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbNLP.Core.contentStructure.interafaces.IContentSentence"]

Namespace:  imbNLP.Core.contentStructure.interafaces
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public interface IContentSentence : IContentElement, 
	INotifyPropertyChanged, IObjectWithParent, IObjectWithName, IObjectWithPath, IObjectWithID, 
	IObjectWithPathAndChildSelector, IObjectWithChildSelector, IEnumerable, IObjectWithRoot, IQuerableElement<contentSentenceFlag>

The IContentSentence type exposes the following members.

Properties
  NameDescription
Public propertycontent
Originalni sadržaj koji je pronađen u tokenu
(Inherited from IContentElement.)
Public propertyid (Inherited from IObjectWithID.)
Public propertyisFirst
Da li je reč o prvom elementu?
(Inherited from IContentElement.)
Public propertyisLast
Da li je reč o poslednjem elementu?
(Inherited from IContentElement.)
Public propertyItem (Inherited from IObjectWithChildSelector.)
Public propertyItem (Inherited from IObjectWithChildSelector.)
Public propertyitems
Skup pod-itema
(Inherited from IContentElement.)
Public propertymatch (Inherited from IContentElement.)
Public propertyname (Inherited from IObjectWithName.)
Public propertynext
Referenca prema sledećem slogu
(Inherited from IContentElement.)
Public propertypage (Inherited from IContentElement.)
Public propertyparent
referenca prema parent objektu
(Inherited from IContentElement.)
Public propertypath (Inherited from IObjectWithPath.)
Public propertyprev
Referenca prema prethodnom slogu
(Inherited from IContentElement.)
Public propertyroot (Inherited from IObjectWithRoot.)
Public propertysentenceFlags
Tip rečenice
Public propertysourceContent
Izvorni content
(Inherited from IContentElement.)
Public propertyspliter
Koji je spliter odredio odvajanje tokena
(Inherited from IContentElement.)
Public propertyUID (Inherited from IContentElement.)
Top
Methods
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.)
Top
Extension Methods
  NameDescription
Public Extension MethodmakeReport
Generiše izveštaj o contentPage objektu - vraca String Builder objekat
(Defined by contentStructureImportExportTools.)
Top
See Also