C# Class SIL.FieldWorks.Common.Framework.DetailControls.MultiLevelConc.ContextInfo

This implementation of ConcSliceInfo is initialized with an Hvo, flid, offset, and length. It provides information about a context slice (leaf node).
Inheritance: IConcSliceInfo
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
ChildAt ( int index ) : IConcSliceInfo

There are no children.

ContextInfo ( int hvo, int flid, int offset, int length, bool fAllowEdit ) : System

Method Details

ChildAt() public méthode

There are no children.
public ChildAt ( int index ) : IConcSliceInfo
index int
Résultat IConcSliceInfo

ContextInfo() public méthode

public ContextInfo ( int hvo, int flid, int offset, int length, bool fAllowEdit ) : System
hvo int
flid int
offset int
length int
fAllowEdit bool
Résultat System