GREET API
Exposed interfaces to create modules that can be loaded in GREET
Main Page
Packages
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Enumerations
Enumerator
Properties
Events
IResultValue.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Linq;
4
using
System.Text;
5
using
System.Reflection;
6
7
namespace
PlugInsInterfaces.ResultTypes
8
{
13
[Obfuscation(Feature =
"renaming"
, Exclude =
true
)]
14
public
interface
IResultValue
: IComparable
15
{
19
[Obfuscation(Feature =
"renaming"
, Exclude =
true
)]
20
double
Value {
get
; }
24
[Obfuscation(Feature =
"renaming"
, Exclude =
true
)]
25
string
Unit {
get
; }
29
[Obfuscation(Feature =
"renaming"
, Exclude =
true
)]
30
PlugInsInterfaces.DataTypes.PluginEnums.ResultType
ValueSpecie {
get
; }
34
[Obfuscation(Feature =
"renaming"
, Exclude =
true
)]
35
int
SpecieID {
get
; }
36
}
37
}
PlugInsInterfaces.ResultTypes.IResultValue
Definition:
IResultValue.cs:14
PlugInsInterfaces.DataTypes.PluginEnums.ResultType
ResultType
Those are possible options for the results species
Definition:
PluginEnums.cs:25
Desktop
SVN
source
greet-dev
main
PlugInsInterfaces
ResultTypes
IResultValue.cs
Generated on Wed Oct 2 2013 10:34:39 for GREET API by
1.8.5