Class FileEditorData
Inheritance
System.Object
FileEditorData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: HPE.Ianus.Scripting
Assembly: HPE.Ianus.dll
Syntax
public class FileEditorData
Properties
CurrentInputLayout
Declaration
public Layout CurrentInputLayout { get; set; }
Property Value
Type | Description |
---|---|
HPE.Ianus.File.Layout |
CurrentOutputLayout
Declaration
public Layout CurrentOutputLayout { get; set; }
Property Value
Type | Description |
---|---|
HPE.Ianus.File.Layout |
Environment
Declaration
public Environment Environment { get; set; }
Property Value
Type | Description |
---|---|
HPE.Ianus.Environment |
InputLayouts
Declaration
public Dictionary<string, Layout> InputLayouts { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, HPE.Ianus.File.Layout> |
InputRecord
Declaration
public Record InputRecord { get; set; }
Property Value
Type | Description |
---|---|
HPE.Ianus.File.Record |
Log
Declaration
public LoggerFacade Log { get; set; }
Property Value
Type | Description |
---|---|
HPE.Ianus.Log.LoggerFacade |
OutputLayouts
Declaration
public Dictionary<string, Layout> OutputLayouts { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, HPE.Ianus.File.Layout> |
OutputRecord
Declaration
public Record OutputRecord { get; set; }
Property Value
Type | Description |
---|---|
HPE.Ianus.File.Record |
TaskElement
Declaration
public XElement TaskElement { get; set; }
Property Value
Type | Description |
---|---|
System.Xml.Linq.XElement |