Bexel Manager API Documentation
Bexel.Api.PropertyColor Class Reference

Represents a property which holds a color value. More...

Inheritance diagram for Bexel.Api.PropertyColor:
Bexel.Api.Property IEquatable Bexel.Api.ApiObject

Public Member Functions

bool Equals (PropertyColor other)
 
override bool ValueEquals (object obj)
 Determines whether the specified object is equal by value to the current property. More...
 
- Public Member Functions inherited from Bexel.Api.Property
virtual bool ValueEquals (Property other)
 Determines whether the specified property 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

override object GetValue ()
 
- Protected Member Functions inherited from Bexel.Api.Property
 Property (PropertyRef propertyRef, Project project)
 
- Protected Member Functions inherited from Bexel.Api.ApiObject
virtual void CheckValidity ()
 

Properties

override PropertyType Type [get]
 
new Color Value [get]
 
- Properties inherited from Bexel.Api.Property
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...
 

Detailed Description

Represents a property which holds a color value.

Member Function Documentation

◆ ValueEquals()

override bool Bexel.Api.PropertyColor.ValueEquals ( object  obj)
virtual

Determines whether the specified object is equal by value to the current property.

Parameters
objThe object to compare with the current property.
Returns
True if the specified object is equal by value to the current property, False otherwise.

Reimplemented from Bexel.Api.Property.