ERDEntityAttribute Type Commands (Template Language)

Commands for objects of ERDEntityAttribute type defined in Software Ideas Modeler Template Language.
Command Name Result Type Description
Type String Returns the full definition of the attribute type.
TypeLength String Returns the length of the attribute type.
TypeName String Returns the name of the attribute type.
DefaultValue String Returns the default value of the attribute.
Description String Returns the description of the attribute.
IsNullable Boolean Returns true if the attribute is nullable.
IsPrimaryKey Boolean Returns true if the attribute is the primary key.
IsForeignKey Boolean Returns true if the attribute is the foreign key.
HasDefaultValue Boolean Returns true if the attribute has the default value.
HasTypeLength Boolean Returns true if the attribute defines the length of its type.
HasDescription Boolean Returns true if the attribute has the description.
RefEntity Entity Returns the entity which is bound to this attribute.
RefAttribute ERDEntityAttribute Returns the attribute which is bound to this attribute.

New Comment

Comment