C# 클래스 SIL.FieldWorks.FDO.Infrastructure.Impl.CmObjectIdWithHvo

This variation of a CmObjectId can be stored in a surrogate in place of the usual CmObjectId, when we need to associate an HVO with an object ID without actually fluffing up the object. It is also stored in the HVO to object map, until the object does get fluffed.
상속: CmObjectId
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

보호된 메소드들

메소드 설명
GetHvoUsing ( IdentityMap identityMap ) : int

The point of this subclass is to do this efficiently!

비공개 메소드들

메소드 설명
CmObjectIdWithHvo ( System.Guid guid, int hvo ) : System

Don't just make one of these without making it the canonical one and registering it as the object of its HVO in the identity map.

메소드 상세

GetHvoUsing() 보호된 메소드

The point of this subclass is to do this efficiently!
protected GetHvoUsing ( IdentityMap identityMap ) : int
identityMap IdentityMap
리턴 int