|
Bexel Manager API Documentation
|
Represents a base type for all other properties. More...
Public Member Functions | |
| virtual bool | ValueEquals (Property other) |
| Determines whether the specified property is equal by value to the current property. More... | |
| virtual bool | ValueEquals (object obj) |
| Determines whether the specified object is equal by value to the current property. More... | |
| virtual bool | Equals (Property other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Protected Member Functions | |
| Property (PropertyRef propertyRef, Project project) | |
| abstract object | GetValue () |
Protected Member Functions inherited from Bexel.Api.ApiObject | |
| virtual void | CheckValidity () |
Properties | |
| override bool | IsValid [get] |
| abstract PropertyType | Type [get] |
| Returns the type of the property. More... | |
| PropertyDefinition | Definiton [get] |
| Returns the definition of the property. More... | |
| string | Name [get] |
| Returns the name of the property. More... | |
| object | Value [get] |
| Returns the value of the property. More... | |
Properties inherited from Bexel.Api.ApiObject | |
| abstract bool | IsValid [get] |
| Indicates if the API object is valid or not. More... | |
Represents a base type for all other properties.
|
virtual |
Determines whether the specified property is equal by value to the current property.
| other | The property to compare with the current property. |
|
virtual |
Determines whether the specified object is equal by value to the current property.
| obj | The object to compare with the current property. |
Reimplemented in Bexel.Api.PropertyNumeric, and Bexel.Api.PropertyColor.
|
get |
Returns the definition of the property.
|
get |
Returns the name of the property.
|
get |
Returns the type of the property.
|
get |
Returns the value of the property.