- Preparing search index...
- The search index is not available
bruce-models
Function CalculateNameAsync
- CalculateNameAsync(params): Promise<string>
-
Parameters
-
params: {
api?: BruceApi.Api;
defaultToId?: boolean;
entity: Entity.IEntity;
entityId: string;
type?: EntityType.IType;
typeId?: string;
}
-
-
Optional defaultToId?: boolean
-
-
entityId: string
-
-
Optional typeId?: string
Returns Promise<string>
Calculates an entity name. This will request data if entity or type is not provided.