Bexel Manager API Documentation
Bexel.Api.GloballyUniqueID Class Reference

Represents a globally unique identifier (GUID). More...

Inheritance diagram for Bexel.Api.GloballyUniqueID:
IEquatable Bexel.Api.Scheduling.CalendarExceptionID Bexel.Api.Scheduling.CalendarID Bexel.Api.Scheduling.ScheduleID Bexel.Api.Scheduling.TaskID Bexel.Api.Scheduling.TaskRelationID

Public Member Functions

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

Static Public Member Functions

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

Properties

Guid UniqueID [get]
 A globally unique identifier (GUID). More...
 

Detailed Description

Represents a globally unique identifier (GUID).

Property Documentation

◆ UniqueID

Guid Bexel.Api.GloballyUniqueID.UniqueID
get

A globally unique identifier (GUID).