Plegma API  v2
Yodiwo.API.Plegma.DriverKey Struct Reference

Globally unique identifier of a Graph's Yodiwo.API.Plegma.DriverKey More...

Inheritance diagram for Yodiwo.API.Plegma.DriverKey:

Public Member Functions

 DriverKey (eDriverType type, int id)
 
string ToStringEx ()
 
void FillFromString (string input)
 
override string ToString ()
 
bool Equals (DriverKey other)
 
bool Equals (ref DriverKey other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool CheckValid (eDriverType type, int id)
 
static implicit operator DriverKey (string str)
 
static implicit operator string (DriverKey key)
 
static DriverKey ConvertFromString (string stringValue)
 
static bool operator== (DriverKey left, DriverKey right)
 
static bool operator!= (DriverKey left, DriverKey right)
 

Public Attributes

eDriverType Type
 
int Id
 
bool _IsValid
 

Properties

bool IsValid [get]
 
bool IsInvalid [get]
 

Detailed Description

Globally unique identifier of a Graph's Yodiwo.API.Plegma.DriverKey


The documentation for this struct was generated from the following file: