projects/m2-core/src/lib/model/property/Attribute.ts
Properties |
|
Methods |
|
constructor(id?: number, name?: string, type?: AttributeType)
|
||||||||||||
|
Parameters :
|
| Public namedValues |
Type : boolean
|
| Public natureId |
Type : number
|
| Public type |
Type : AttributeType
|
| Static TYPE |
Type : string
|
Default value : 'AttributeTransfer'
|
| Public Optional checked |
Type : boolean
|
| Public comment |
Type : string
|
| Public eOTDid |
Type : string
|
| Public groupId |
Type : number
|
| Public id |
Type : number
|
| Public image |
Type : number
|
| Public isMultiple |
Type : boolean
|
| Public Optional isMultipleStr |
Type : string
|
| Public name |
Type : string
|
| Public sourceDocument |
Type : string
|
| Static SUBTYPES |
Type : []
|
Default value : ['AttributeTransfer', 'AggregationStereotypeTransfer']
|
| Public Optional typeStr |
Type : string
|
| Static ofTheSameType | ||||||
ofTheSameType(properties: Property[])
|
||||||
|
Parameters :
Returns :
boolean
|
| Static formNavigationParams | ||||||||||||||||
formNavigationParams(property: Property, target: string, queryParamsHandling?: QueryParamsHandling)
|
||||||||||||||||
|
Parameters :
Returns :
NavigationParams
|
| Static isAttribute | ||||||
isAttribute(property: Property)
|
||||||
|
Parameters :
Returns :
boolean
|
| Static isPseudoProperty | ||||||
isPseudoProperty(property: Property)
|
||||||
|
Parameters :
Returns :
boolean
|