C# Класс 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).
Наследование: IConcSliceInfo
Показать файл Открыть проект

Открытые методы

Метод Описание
ChildAt ( int index ) : IConcSliceInfo

There are no children.

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

Описание методов

ChildAt() публичный Метод

There are no children.
public ChildAt ( int index ) : IConcSliceInfo
index int
Результат IConcSliceInfo

ContextInfo() публичный Метод

public ContextInfo ( int hvo, int flid, int offset, int length, bool fAllowEdit ) : System
hvo int
flid int
offset int
length int
fAllowEdit bool
Результат System