public interface ICrossSiteEntityId
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
int |
domainId()
The Entity's domain id
|
int |
entityID()
The Entity's id
|
String |
entityType()
The Entity's type
|
int |
projectId()
The Entity's project id
|
int domainId()
The Entity's domain id
Getter method for the COM property "DomainId"
int projectId()
The Entity's project id
Getter method for the COM property "ProjectId"
int entityID()
The Entity's id
Getter method for the COM property "EntityID"
String entityType()
The Entity's type
Getter method for the COM property "EntityType"
Copyright © 2020. All rights reserved.