C# 클래스 SIL.FieldWorks.Common.Framework.DetailControls.GhostStringSlice.GhostMdc

The ghost slice displays just one virtual string; this decorator handles the fake flid.
상속: SIL.FieldWorks.FDO.Infrastructure.FdoMetaDataCacheDecoratorBase
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
AddVirtualProp ( string bstrClass, string bstrField, int luFlid, int type ) : void
GetFieldType ( int luFlid ) : int

The virtual field store a TsString, so the fake flid returns a type of String.

GhostMdc ( IFwMetaDataCacheManaged mdc ) : System

메소드 상세

AddVirtualProp() 공개 메소드

public AddVirtualProp ( string bstrClass, string bstrField, int luFlid, int type ) : void
bstrClass string
bstrField string
luFlid int
type int
리턴 void

GetFieldType() 공개 메소드

The virtual field store a TsString, so the fake flid returns a type of String.
public GetFieldType ( int luFlid ) : int
luFlid int
리턴 int

GhostMdc() 공개 메소드

public GhostMdc ( IFwMetaDataCacheManaged mdc ) : System
mdc IFwMetaDataCacheManaged
리턴 System