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
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
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