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
显示文件 Open project: sillsdev/FieldWorks

Public Methods

Method 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 method

There are no children.
public ChildAt ( int index ) : IConcSliceInfo
index int
return IConcSliceInfo

ContextInfo() public method

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