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
IInputTable.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.DataTypes
8
{
12
[Obfuscation(Feature =
"renaming"
, Exclude =
true
)]
13
public
interface
IInputTable
:
IXmlObj
14
{
18
[Obfuscation(Feature =
"renaming"
, Exclude =
true
)]
19
string
Name {
get
; set; }
23
[Obfuscation(Feature =
"renaming"
, Exclude =
true
)]
24
string
Id {
get
; set; }
25
}
26
}
PlugInsInterfaces.DataTypes.IInputTable
An input table containing various cells and possibly formulas within these cells
Definition:
IInputTable.cs:13
PlugInsInterfaces.DataTypes.IXmlObj
Definition:
IXmlObj.cs:11
Desktop
SVN
source
greet-dev
main
PlugInsInterfaces
DataManipulation
IInputTable.cs
Generated on Wed Oct 2 2013 10:34:39 for GREET API by
1.8.5