Skip to main content

IMetamodels.AddProperty Method

Namespace: NextDesign.Core

Description

Adds a new property to the specified class.

Arguments

NameTypeDescription
ownerIClassClass
namestringProperty name
typestringProperty type name
- "Object": Object type
- "String": String type
- "Integer": Integer type
- "Double": Floating point type
- "Boolean": Boolean type
- "RichText": Rich text type

If a type name other than the above is specified, the matching type will be identified as a class name or enumeration name.
multiplicitystringMultiplicity
- "ZeroOne": 0 or 1
- "One": 1
- "ZeroToMany": 0 or more
- "OneToMany": 1 or more

Return value

  • void

Exceptions

NameException classDescription
Type not foundExtensionTypeNotFoundExceptionIf the class or enumeration type specified in the property type name cannot be found
Profile editing not possibleExtensionEditProfileExceptionIf the profile editing operation fails