Plegma API  v2
Yodiwo.API.Plegma.ThingType Class Reference

Base class that describes a group of Thing Models ThingModelType More...

Inheritance diagram for Yodiwo.API.Plegma.ThingType:

Public Member Functions

override int GetHashCode ()
 
bool Equals (ThingType other)
 
override bool Equals (object obj)
 

Static Public Member Functions

static bool operator== (ThingType left, ThingType right)
 
static bool operator!= (ThingType left, ThingType right)
 

Public Attributes

string Type
 The unique Type Name which identifies this group (must neither be null, nor empty) More...
 
bool Searchable
 Specifies whether model(s) of this group can automatically be discovered More...
 
string Description
 Human readable description for this group More...
 
Dictionary< string, ThingModelTypeModels
 Describes the model(s) of this groupThingModelType More...
 

Detailed Description

Base class that describes a group of Thing Models ThingModelType

Member Data Documentation

string Yodiwo.API.Plegma.ThingType.Description

Human readable description for this group

Dictionary<string, ThingModelType> Yodiwo.API.Plegma.ThingType.Models

Describes the model(s) of this groupThingModelType

bool Yodiwo.API.Plegma.ThingType.Searchable

Specifies whether model(s) of this group can automatically be discovered

string Yodiwo.API.Plegma.ThingType.Type

The unique Type Name which identifies this group (must neither be null, nor empty)


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