Property | Type | Description | |
---|---|---|---|
Create | ICmObjectId | ||
FromGuid | ICmObjectId | ||
ICmObjectOrIdInternal | int |
Method | Description | |
---|---|---|
Equals ( |
object ids are equal if their guids are.
|
|
Equals ( object obj ) : bool |
object ids are equal if their guids are.
|
|
GetHashCode ( ) : int |
consistent with equality.
|
|
GetObject ( ICmObjectRepository repo ) : ICmObject | ||
ToXMLString ( bool owning, System writer ) : void |
Add to the writer the standard XML representation of a reference to this object, marked to indicate whether it is an owned or referenced object.
|
Method | Description | |
---|---|---|
CmObjectId ( System.Guid guid ) : System |
The goal is a private constructor which ensures the only way to get one is something that ensures we get the canonical one. Has to be protected to allow CmObjectIdWithHvo. Do NOT subclass this as some sort of trick to be able to create one.
|
|
GetHvoUsing ( IdentityMap map ) : int |
Method | Description | |
---|---|---|
Create ( System.Guid guid ) : ICmObjectId | ||
FromGuid ( System.Guid guid, IdentityMap map ) : ICmObjectId | ||
ICmObjectOrIdInternal ( IdentityMap map ) : int |
protected CmObjectId ( System.Guid guid ) : System | ||
guid | System.Guid | |
return | System |
protected GetHvoUsing ( IdentityMap map ) : int | ||
map | IdentityMap | |
return | int |
public GetObject ( ICmObjectRepository repo ) : ICmObject | ||
repo | ICmObjectRepository | |
return | ICmObject |
public ToXMLString ( bool owning, System writer ) : void | ||
owning | bool | |
writer | System | |
return | void |