Plegma API  v2
Yodiwo.API.Plegma.UserKey Struct Reference

Globally unique identifier of a Yodiwo.API.Plegma.UserKey More...

Inheritance diagram for Yodiwo.API.Plegma.UserKey:

Public Member Functions

 UserKey (string userID)
 
void FillFromString (string input)
 
override string ToString ()
 
string ToStringEx ()
 
bool Equals (UserKey other)
 
bool Equals (ref UserKey other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool CheckValid (string userId)
 
static implicit operator UserKey (string str)
 
static implicit operator string (UserKey key)
 
static UserKey ConvertFromString (string stringValue)
 
static bool operator== (UserKey left, UserKey right)
 
static bool operator!= (UserKey left, UserKey right)
 

Public Attributes

string UserID
 
bool _IsValid
 
const int MinUserIDLength = 24
 
const int MaxUserIDLength = MinUserIDLength
 
const int MinKeyLength = MinUserIDLength
 
const int MaxKeyLength = MaxUserIDLength
 

Properties

bool IsValid [get]
 
bool IsInvalid [get]
 
static string BroadcastKey [get]
 

Detailed Description

Globally unique identifier of a Yodiwo.API.Plegma.UserKey


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