Plegma API  v2
Yodiwo.API.Plegma.ExternalServiceBlockKey Struct Reference

Globally unique identifier of an Api Key (Yodiwo.API.Plegma.ExternalServiceBlockKey) More...

Public Member Functions

 ExternalServiceBlockKey (UserKey userkey, string serviceID, string blockID)
 
void FillFromString (string input)
 
override string ToString ()
 
bool Equals (ExternalServiceBlockKey other)
 
bool Equals (ref ExternalServiceBlockKey other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool CheckValid (UserKey userkey, string serviceID, string blockID)
 
static implicit operator string (ExternalServiceBlockKey key)
 
static implicit operator ExternalServiceBlockKey (string str)
 
static ExternalServiceBlockKey ConvertFromString (string stringValue)
 
static bool operator== (ExternalServiceBlockKey left, ExternalServiceBlockKey right)
 
static bool operator!= (ExternalServiceBlockKey left, ExternalServiceBlockKey right)
 

Public Attributes

UserKey Userkey
 
string ServiceID
 
string BlockID
 
const int MaxLength_ServiceID = 32
 
const int MaxLength_BlockID = 32
 
bool _IsValid
 

Properties

bool IsValid [get]
 
bool IsInvalid [get]
 

Detailed Description

Globally unique identifier of an Api Key (Yodiwo.API.Plegma.ExternalServiceBlockKey)


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