Plegma API  v2
Yodiwo.API.Plegma.GroupKey Struct Reference

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

Inheritance diagram for Yodiwo.API.Plegma.GroupKey:

Public Member Functions

 GroupKey (UserKey userKey, int groupId)
 
void FillFromString (string input)
 
override string ToString ()
 
string ToStringEx ()
 
bool Equals (GroupKey other)
 
bool Equals (ref GroupKey other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool CheckValid (UserKey ukey, int gid, string magic)
 
static implicit operator GroupKey (string str)
 
static implicit operator string (GroupKey key)
 
static GroupKey ConvertFromString (string stringValue)
 
static bool operator== (GroupKey left, GroupKey right)
 
static bool operator!= (GroupKey left, GroupKey right)
 

Public Attributes

UserKey UserKey
 
string KeyMagic
 
int GroupID
 
bool _IsValid
 

Properties

bool IsValid [get]
 
bool IsInvalid [get]
 

Detailed Description

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


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