Click or drag to resize

IContentElement Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

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

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

The IContentElement type exposes the following members.

Properties
  NameDescription
Public propertycontent
Originalni sadržaj koji je pronađen u tokenu
Public propertyid (Inherited from IObjectWithID.)
Public propertyisFirst
Da li je reč o prvom elementu?
Public propertyisLast
Da li je reč o poslednjem elementu?
Public propertyItem (Inherited from IObjectWithChildSelector.)
Public propertyItem (Inherited from IObjectWithChildSelector.)
Public propertyitems
Skup pod-itema
Public propertymatch
Public propertyname (Inherited from IObjectWithName.)
Public propertynext
Referenca prema sledećem slogu
Public propertypage
Public propertyparent
referenca prema parent objektu
Public propertypath (Inherited from IObjectWithPath.)
Public propertyprev
Referenca prema prethodnom slogu
Public propertyroot (Inherited from IObjectWithRoot.)
Public propertysourceContent
Izvorni content
Public propertyspliter
Koji je spliter odredio odvajanje tokena
Public propertyUID
Top
Methods
  NameDescription
Public methodCount (Inherited from IObjectWithChildSelector.)
Public methodgeneralSemanticsFlaging
Public methodGetEnumerator (Inherited from IObjectWithChildSelector.)
Public methodGetFlags
Public methodindexOf (Inherited from IObjectWithChildSelector.)
Public methodprimaryFlaging
izvrsava se od
Public methodsecondaryFlaging
Public methodsetItem
Podešava PREV i NEXT za nlpBase klase
Public methodspecialSematicsFlaging
Top
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