Bexel Manager API Documentation
Bexel.Api.PropertyDefinitionID Class Reference

A unique identification for a Bexel.Api.PropertyDefinition within a single Bexel.Api.Project. More...

Inheritance diagram for Bexel.Api.PropertyDefinitionID:
IEquatable

Public Member Functions

bool Equals (PropertyDefinitionID other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (PropertyDefinitionID left, PropertyDefinitionID right)
 
static bool operator!= (PropertyDefinitionID left, PropertyDefinitionID right)
 

Properties

int InternalID [get]
 Integer which represents an internal identifier generated by the host application. More...
 

Detailed Description

A unique identification for a Bexel.Api.PropertyDefinition within a single Bexel.Api.Project.

Property Documentation

◆ InternalID

int Bexel.Api.PropertyDefinitionID.InternalID
get

Integer which represents an internal identifier generated by the host application.

This identifier is guaranteed to be unique within a single project.