projects/m2-core/src/lib/model/declaration/PropertyDeclarationLight.ts
Properties |
|
Methods |
|
constructor(id?: number, displayName?: string, columnId?: string, propertyId?: number, isSystem?: boolean)
|
| Public alsoDeclared |
Type : number[]
|
| Public Optional attributeType |
Type : AttributeType
|
| Public columnId |
Type : string
|
| Public displayName |
Type : string
|
| Public isChecked |
Type : boolean
|
| Public Optional isComposite |
Type : boolean
|
| Public isHidden |
Type : boolean
|
| Public Optional isInverse |
Type : boolean
|
| Public Optional isMultiple |
Type : boolean
|
| Public isSystem |
Type : boolean
|
| Public Optional natureId |
Type : number
|
| Public propertyId |
Type : number
|
| Public id |
Type : number
|
| Public isBlocked |
Type : boolean
|
| Public Optional valueIdentifier |
Type : number
|
| Static isAttributeDeclaration | ||||||
isAttributeDeclaration(declarationLight: PropertyDeclarationLight)
|
||||||
|
Parameters :
Returns :
boolean
|