projects/m2-core/src/lib/model/value/Aggregation.ts
Properties |
|
Methods |
|
constructor(id: number, propertyId: number)
|
| Public customPartId |
Type : number
|
| Public isComposite |
Type : boolean
|
| Public isPartBlocked |
Type : boolean
|
| Public partHasChildren |
Type : boolean
|
| Public partId |
Type : number
|
| Public partName |
Type : string
|
| Public partParentNodeId |
Type : number
|
| Public partStatus |
Type : ItemStatus
|
| Public partTreeClassifier |
Type : number
|
| Static TYPE |
Type : string
|
Default value : 'AggregationTransfer'
|
| Public valueType |
Type : AttributeType
|
Default value : null
|
| Public Optional customAttrId |
Type : string
|
| Public Optional isHistorical |
Type : boolean
|
| Public Optional originalValueId |
Type : number
|
| Public propertyId |
Type : number
|
| Public Optional valueStr |
Type : string
|
| Public id |
Type : number
|
| Public isBlocked |
Type : boolean
|
| Public Optional valueIdentifier |
Type : number
|
| Static areEqual | |||||||||
areEqual(aggr1: Aggregation, aggr2: Aggregation)
|
|||||||||
|
Parameters :
Returns :
boolean
|
| Static createEmptyAggregation | ||||||
createEmptyAggregation(propertyId: number)
|
||||||
|
Parameters :
Returns :
Aggregation
|
| Static getValueIdentity |
getValueIdentity(itemId: number, propertyId: number)
|
|
Returns :
string
|
| Static isAggregation | ||||||
isAggregation(value: PropertyValue)
|
||||||
|
Parameters :
Returns :
boolean
|
| Static isAttributeValue | ||||||
isAttributeValue(value: PropertyValue)
|
||||||
|
Parameters :
Returns :
boolean
|