Plegma API  v2
Yodiwo.API.Plegma.BlockKey Struct Reference

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

Inheritance diagram for Yodiwo.API.Plegma.BlockKey:

Public Member Functions

 BlockKey (GraphKey graphKey, int blockId)
 
string ToStringEx ()
 
void FillFromString (string input)
 
override string ToString ()
 
bool Equals (BlockKey other)
 
bool Equals (ref BlockKey other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool CheckValid (GraphKey graphKey, int blockId)
 
static implicit operator BlockKey (string str)
 
static implicit operator string (BlockKey key)
 
static BlockKey ConvertFromString (string stringValue)
 
static bool operator== (BlockKey left, BlockKey right)
 
static bool operator!= (BlockKey left, BlockKey right)
 

Public Attributes

GraphKey GraphKey
 
int BlockId
 
bool _IsValid
 

Properties

bool IsValid [get]
 
bool IsInvalid [get]
 
UserKey UserKey [get]
 

Detailed Description

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


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