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
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
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