Package DE_EPAGES::Object::API::Table::BooleanAttribute
interface for table BooleanAttribute
Functions
- DeleteBooleanAttribute
- ExistsBooleanAttribute
- GetAllInfoBooleanAttributes
- GetAllPKeyBooleanAttributes
- GetInfoBooleanAttribute
- GetInfoBooleanAttributesByAttributeID
- GetInfoBooleanAttributesByObjectID
- GetPKeyBooleanAttributesByAttributeID
- GetPKeyBooleanAttributesByObjectID
- InsertBooleanAttribute
- OnDeleteAttribute
- OnDeleteObject
- UpdateBooleanAttribute
DeleteBooleanAttribute
Deletes a(n) BooleanAttribute.
Syntax |
DeleteBooleanAttribute($ObjectID, $AttributeID); DeleteBooleanAttribute($hBooleanAttribute); # if $hBooleanAttribute includes ObjectID, AttributeID |
Input |
|
ExistsBooleanAttribute
Returns true if the BooleanAttribute exists.
Syntax |
$exists = ExistsBooleanAttribute($ObjectID, $AttributeID); |
Input |
|
Return |
|
GetAllInfoBooleanAttributes
Returns all objects of BooleanAttribute.
Syntax |
$ahBooleanAttributes = GetAllInfoBooleanAttributes(); |
Return |
|
GetAllPKeyBooleanAttributes
Returns all BooleanAttribute identifiers.
Syntax |
$ahBooleanAttributeIDs = GetAllPKeyBooleanAttributes(); |
Return |
|
GetInfoBooleanAttribute
Returns the BooleanAttribute by identifier.
Syntax |
$hBooleanAttribute = GetInfoBooleanAttribute($ObjectID, $AttributeID); |
Input |
|
Return |
|
GetInfoBooleanAttributesByAttributeID
Returns objects of BooleanAttribute by alternate key AttributeID.
Syntax |
$ahBooleanAttributes = GetInfoBooleanAttributesByAttributeID($AttributeID); |
Input |
|
Return |
|
GetInfoBooleanAttributesByObjectID
Returns objects of BooleanAttribute by primary key element ObjectID.
Syntax |
$ahBooleanAttributes = GetInfoBooleanAttributesByObjectID($ObjectID); |
Input |
|
Return |
|
GetPKeyBooleanAttributesByAttributeID
Returns primary keys of BooleanAttribute by alternate key AttributeID.
Syntax |
$ahKeys = GetPKeyBooleanAttributesByAttributeID($AttributeID); |
Input |
|
Return |
|
GetPKeyBooleanAttributesByObjectID
Returns primary keys of BooleanAttribute by primary key element ObjectID.
Syntax |
$ahKeys = GetPKeyBooleanAttributesByObjectID($ObjectID); |
Input |
|
Return |
|
InsertBooleanAttribute
Creates an entry of BooleanAttribute.
Syntax |
InsertBooleanAttribute($hBooleanAttribute); |
Input |
|
OnDeleteAttribute
Deletes BooleanAttribute of this model when a(n) Attribute is deleted.
Syntax |
OnDeleteAttribute($hParams); |
Input |
|
OnDeleteObject
Deletes BooleanAttribute of this model when a(n) Object is deleted.
Syntax |
OnDeleteObject($hParams); |
Input |
|
UpdateBooleanAttribute
Updates a(n) BooleanAttribute if any element was changed.
Syntax |
UpdateBooleanAttribute($ObjectID, $AttributeID, $hBooleanAttribute); UpdateBooleanAttribute($hBooleanAttribute); # if $hBooleanAttribute includes ObjectID, AttributeID |
Input |
|