-
Notifications
You must be signed in to change notification settings - Fork 5
6632f561 4175 f1f2 939c ac8b10159529
Fernando Garcia edited this page May 8, 2018
·
1 revision
Additional header content
Base class for model elements. Implements functionality to record and read configuration files.
System.Object
iTin.Export.Model.BaseModel(T)
More...
Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SerializableAttribute]
public class BaseModel<T>
VB
<SerializableAttribute>
Public Class BaseModel(Of T)
- T
- Represents a model node type
Name | Description | |
---|---|---|
BaseModel(T) | Initializes a new instance of the BaseModel(T) class |
Name | Description | |
---|---|---|
Properties | Gets or sets a reference to user-defined property list for this element. |
Name | Description | |
---|---|---|
Deserialize(Stream) | Deserializes the specified stream. | |
Deserialize(String) | Deserializes the specified Xml. | |
Deserialize(String, T) | Deserializes the specified Xml. | |
Deserialize(String, T, Exception) | Deserializes workflow markup into an BaseModel object | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetStaticBindingValue | Gets the static binding value by reflection. | |
GetType | (Inherited from Object.) | |
LoadFromFile(String) | Loads from file. | |
LoadFromFile(String, T) | Loads from file. | |
LoadFromFile(String, T, Exception) | Deserializes xml markup from file into an BaseModel object | |
LoadFromUri | Loads from file. | |
MemberwiseClone | (Inherited from Object.) | |
SaveToFile(String) | Saves to file. | |
SaveToFile(String, Exception) | Serializes current BaseModel object into file | |
Serialize | Serializes current BaseModel object into an Xml document. | |
ToString | Returns a string that represents the current object. (Overrides Object.ToString().) |
[Missing documentation for "T:iTin.Export.Model.BaseModel`1"]
Inheritance HierarchySystem.Object
iTin.Export.Model.BaseModel(T)
iTin.Export.Model.AlignmentModel
iTin.Export.Model.AxisDefinitionLabelsModel
iTin.Export.Model.AxisDefinitionMarksModel
iTin.Export.Model.AxisDefinitionModel
iTin.Export.Model.AxisDefinitionValuesModel
iTin.Export.Model.AxisModel
iTin.Export.Model.BaseBehaviorModel
iTin.Export.Model.BaseConditionModel
iTin.Export.Model.BaseDataFieldModel
iTin.Export.Model.BaseDataTypeModel
iTin.Export.Model.BaseEffectModel
iTin.Export.Model.BaseErrorModel
iTin.Export.Model.BaseLineModel
iTin.Export.Model.BaseSimpleModelCollection(TItem, TParent)
iTin.Export.Model.BlockLineItemModel
iTin.Export.Model.BlockLineModel
iTin.Export.Model.BorderModel
iTin.Export.Model.ChartAxesModel
iTin.Export.Model.ChartBorderModel
iTin.Export.Model.ChartLegendModel
iTin.Export.Model.ChartModel
iTin.Export.Model.ChartPlotModel
iTin.Export.Model.ChartSerieModel
iTin.Export.Model.ChartTitleModel
iTin.Export.Model.ColumnHeaderModel
iTin.Export.Model.CommentModel
iTin.Export.Model.ConditionsItemModel
iTin.Export.Model.ContentAlignmentModel
iTin.Export.Model.ContentModel
iTin.Export.Model.CoordenatesModel
iTin.Export.Model.DocumentFooterModel
iTin.Export.Model.DocumentHeaderModel
iTin.Export.Model.DocumentModel
iTin.Export.Model.ExporterModel
iTin.Export.Model.ExportModel
iTin.Export.Model.ExportsModel
iTin.Export.Model.FieldAggregateModel
iTin.Export.Model.FieldHeaderModel
iTin.Export.Model.FieldValueModel
iTin.Export.Model.FilterModel
iTin.Export.Model.FixedItemModel
iTin.Export.Model.FlipModel
iTin.Export.Model.FontModel
iTin.Export.Model.GlobalResourcesModel
iTin.Export.Model.GroupItemModel
iTin.Export.Model.GroupModel
iTin.Export.Model.HostModel
iTin.Export.Model.ImageModel
iTin.Export.Model.LocationModel
iTin.Export.Model.LogoImageModel
iTin.Export.Model.LogoModel
iTin.Export.Model.MailMessageAttachmentModel
iTin.Export.Model.MailMessageCcModel
iTin.Export.Model.MailMessageFromModel
iTin.Export.Model.MailMessageModel
iTin.Export.Model.MailMessageToModel
iTin.Export.Model.MailServerModel
iTin.Export.Model.MarginsModel
iTin.Export.Model.NegativeModel
iTin.Export.Model.OutputModel
iTin.Export.Model.PatternModel
iTin.Export.Model.PieceModel
iTin.Export.Model.PropertiesModel
iTin.Export.Model.PropertyModel
iTin.Export.Model.ReferenceModel
iTin.Export.Model.ServerCredentialModel
iTin.Export.Model.ShadowModel
iTin.Export.Model.StyleModel
iTin.Export.Model.TableModel
iTin.Export.Model.TemplateModel
iTin.Export.Model.TemplateWriterSettingsModel
iTin.Export.Model.TextModel
iTin.Export.Model.WriterModelBase
iTin.Export.Model.XsltModel
iTin Export Engine
Programmer's Documentation
Send comments on this topic to [](mailto:?Subject=iTin Export Engine)
- User's Guide
- Programmer's Guide
-
Api Reference
-
iTin.Export Namespace
-
BuiltInFunctions Class
-
BuiltInFunctions Properties
- BuiltInFunctions.AlternateColorSample Property
- BuiltInFunctions.CurrentDatetime Property
- BuiltInFunctions.CurrentTableName Property
- BuiltInFunctions.CurrentTimeSpan Property
- BuiltInFunctions.MachineName Property
- BuiltInFunctions.TotalFields Property
- BuiltInFunctions.TotalStyles Property
- BuiltInFunctions.UserName Property
-
BuiltInFunctions Properties
- ExportSettings Class
-
BuiltInFunctions Class
-
iTin.Export.ComponentModel Namespace
- EnumDescriptionAttribute Class
- ExcelFormulaResolver Class
-
FieldValueInformation Class
- FieldValueInformation Constructor
-
FieldValueInformation Properties
- FieldValueInformation.Comment Property
- FieldValueInformation.Default Property
- FieldValueInformation.FormattedValue Property
- FieldValueInformation.IsErrorValue Property
- FieldValueInformation.IsNegative Property
- FieldValueInformation.IsNumeric Property
- FieldValueInformation.NegativeColor Property
- FieldValueInformation.Style Property
- FieldValueInformation.Value Property
- FieldValueInformation Methods
- ISettings Interface
- ModelService Class
- NonTabularFormulaResolver Class
- SafeDirectoryCatalog Class
- iTin.Export.ComponentModel.Input Namespace
-
iTin.Export.ComponentModel.Provider Namespace
-
BaseProvider Class
- BaseProvider Constructor
- BaseProvider Properties
-
BaseProvider Methods
- BaseProvider.CreateInputXml Method
- BaseProvider.Export Method
- BaseProvider.LoadXmlFromFile Method
- BaseProvider.OnCreateInputXml Method
- BaseProvider.OnGetDataTable Method
- BaseProvider.Parse Method
- BaseProvider.SetInputDataModel Method
- BaseProvider.SetSpecialChars Method
- BaseProvider.ToDataTable Method
- BaseProvider.ToString Method
- BaseProvider.ToXml Method
- IProvider Interface
- IProviderOptions Interface
- ProviderOptionsAttribute Class
- ProviderOptionsMetadata Structure
- ProviderParameters Class
-
BaseProvider Class
-
iTin.Export.ComponentModel.Writer Namespace
- BaseWriter Class
- BaseWriterDirect Class
- BaseWriterStream Class
- BaseWriterXml Class
- IWriter Interface
- IWriterDirect Interface
- IWriterOptions Interface
- IWriterStream Interface
- IWriterXml Interface
- KnownWriterIdentifier Enumeration
- WriterOptionsAttribute Class
- WriterOptionsMetadata Structure
- iTin.Export.Inputs Namespace
-
iTin.Export.Model Namespace
- AlignmentModel Class
- AxisDefinitionLabelsModel Class
- AxisDefinitionMarksModel Class
- AxisDefinitionModel Class
- AxisDefinitionValuesModel Class
- AxisModel Class
- BaseBehaviorModel Class
- BaseComplexModelCollection(TItem, TParent, TSearch) Class
- BaseConditionModel Class
-
BaseDataFieldModel Class
- BaseDataFieldModel Constructor
-
BaseDataFieldModel Properties
- BaseDataFieldModel.Aggregate Property
- BaseDataFieldModel.Alias Property
- BaseDataFieldModel.CanSetData Property
- BaseDataFieldModel.Condition Property
- BaseDataFieldModel.DataSource Property
- BaseDataFieldModel.FieldType Property
- BaseDataFieldModel.Header Property
- BaseDataFieldModel.IsDefault Property
- BaseDataFieldModel.Value Property
- BaseDataFieldModel Methods
- BaseDataTypeModel Class
- BaseEffectModel Class
- BaseErrorModel Class
- BaseLineModel Class
- BaseModel(T) Class
-
BaseSimpleModelCollection(TItem, TParent) Class
- BaseSimpleModelCollection(TItem, TParent) Constructor
-
BaseSimpleModelCollection(TItem, TParent) Properties
- BaseSimpleModelCollection(TItem, TParent).Count Property
- BaseSimpleModelCollection(TItem, TParent).IsDefault Property
- BaseSimpleModelCollection(TItem, TParent).IsReadOnly Property
- BaseSimpleModelCollection(TItem, TParent).Item Property
- BaseSimpleModelCollection(TItem, TParent).List Property
- BaseSimpleModelCollection(TItem, TParent).Parent Property
-
BaseSimpleModelCollection(TItem, TParent) Methods
- BaseSimpleModelCollection(TItem, TParent).Add Method
- BaseSimpleModelCollection(TItem, TParent).Clear Method
- BaseSimpleModelCollection(TItem, TParent).Contains Method
- BaseSimpleModelCollection(TItem, TParent).CopyTo Method
- BaseSimpleModelCollection(TItem, TParent).Find Method
- BaseSimpleModelCollection(TItem, TParent).GetEnumerator Method
- BaseSimpleModelCollection(TItem, TParent).IndexOf Method
- BaseSimpleModelCollection(TItem, TParent).Insert Method
- BaseSimpleModelCollection(TItem, TParent).Remove Method
- BaseSimpleModelCollection(TItem, TParent).RemoveAt Method
- BaseSimpleModelCollection(TItem, TParent).SetOwner Method
- BehaviorsModel Class
- BindableProperty Class
- BlockLineItemModel Class
- BlockLineModel Class
- BlockLinesModel Class
- BorderModel Class
- BordersModel Class
- BrightnessEffectModel Class
- ChartAxesModel Class
- ChartBorderModel Class
- ChartLegendModel Class
- ChartModel Class
- ChartPlotModel Class
- ChartPlotsModel Class
- ChartSerieModel Class
- ChartSeriesModel Class
- ChartsModel Class
- ChartTitleModel Class
- ColumnHeaderModel Class
- ColumnHeadersModel Class
- CommentModel Class
- ConditionsItemModel Class
- ConditionsModel Class
- ContentAlignmentModel Class
- ContentModel Class
- CoordenatesModel Class
- CurrencyDataTypeModel Class
- DarkEffectModel Class
- DataFieldModel Class
- DatetimeDataTypeModel Class
- DatetimeErrorModel Class
- DisabledEffectModel Class
- DocumentFooterModel Class
- DocumentHeaderModel Class
- DocumentModel Class
- DownloadBehaviorModel Class
- EmptyLineModel Class
- ExporterModel Class
- ExportModel Class
- ExportsModel Class
- FieldAggregateModel Class
- FieldHeaderModel Class
- FieldsModel Class
- FieldValueModel Class
- FilterModel Class
- FixedFieldModel Class
- FixedItemModel Class
- FixedModel Class
- FlipModel Class
- FontModel Class
- GapFieldModel Class
- GlobalResourcesModel Class
- GrayScaleBlueEffectModel Class
- GrayScaleEffectModel Class
- GrayScaleGreenEffectModel Class
- GrayScaleRedEffectModel Class
- GroupFieldModel Class
- GroupItemModel Class
- GroupModel Class
- GroupsModel Class
- HostModel Class
- HostsModel Class
- IBehavior Interface
- ImageModel Class
- ImagesModel Class
-
InvalidFieldIdentifierNameException Class
-
InvalidFieldIdentifierNameException Constructor
- InvalidFieldIdentifierNameException Constructor
- InvalidFieldIdentifierNameException Constructor (String)
- InvalidFieldIdentifierNameException Constructor (StringBuilder)
- InvalidFieldIdentifierNameException Constructor (SerializationInfo, StreamingContext)
- InvalidFieldIdentifierNameException Constructor (String, Exception)
- InvalidFieldIdentifierNameException Properties
- InvalidFieldIdentifierNameException Methods
- InvalidFieldIdentifierNameException Events
-
InvalidFieldIdentifierNameException Constructor
-
InvalidFieldsDefinitionException Class
-
InvalidFieldsDefinitionException Constructor
- InvalidFieldsDefinitionException Constructor
- InvalidFieldsDefinitionException Constructor (String)
- InvalidFieldsDefinitionException Constructor (StringBuilder)
- InvalidFieldsDefinitionException Constructor (SerializationInfo, StreamingContext)
- InvalidFieldsDefinitionException Constructor (String, Exception)
- InvalidFieldsDefinitionException Properties
- InvalidFieldsDefinitionException Methods
- InvalidFieldsDefinitionException Events
-
InvalidFieldsDefinitionException Constructor
- InvalidFileNameException Class
- InvalidIdentifierNameException Class
- InvalidPathNameException Class
-
InvalidSeriesDefinitionException Class
-
InvalidSeriesDefinitionException Constructor
- InvalidSeriesDefinitionException Constructor
- InvalidSeriesDefinitionException Constructor (String)
- InvalidSeriesDefinitionException Constructor (StringBuilder)
- InvalidSeriesDefinitionException Constructor (SerializationInfo, StreamingContext)
- InvalidSeriesDefinitionException Constructor (String, Exception)
- InvalidSeriesDefinitionException Properties
- InvalidSeriesDefinitionException Methods
- InvalidSeriesDefinitionException Events
-
InvalidSeriesDefinitionException Constructor
-
InvalidStylesDefinitionException Class
-
InvalidStylesDefinitionException Constructor
- InvalidStylesDefinitionException Constructor
- InvalidStylesDefinitionException Constructor (String)
- InvalidStylesDefinitionException Constructor (StringBuilder)
- InvalidStylesDefinitionException Constructor (SerializationInfo, StreamingContext)
- InvalidStylesDefinitionException Constructor (String, Exception)
- InvalidStylesDefinitionException Properties
- InvalidStylesDefinitionException Methods
- InvalidStylesDefinitionException Events
-
InvalidStylesDefinitionException Constructor
- KnownAggregateLocation Enumeration
- KnownAggregateType Enumeration
- KnownAxisOrientation Enumeration
- KnownBasicColor Enumeration
- KnownBorderLineStyle Enumeration
- KnownBorderPosition Enumeration
- KnownChartType Enumeration
- KnownCulture Enumeration
- KnownDataType Enumeration
- KnownDatetimeFormat Enumeration
- KnownDocumentOrientation Enumeration
- KnownDocumentSize Enumeration
- KnownEffectType Enumeration
- KnownElementLocation Enumeration
- KnownExporter Enumeration
- KnownFieldType Enumeration
- KnownFlipStyle Enumeration
- KnownHorizontalAlignment Enumeration
- KnownInputPacketFormat Class
-
KnownItemGroupSeparator Class
-
KnownItemGroupSeparator Fields
- KnownItemGroupSeparator.BackslashSeparator Field
- KnownItemGroupSeparator.ColonSeparator Field
- KnownItemGroupSeparator.CommaSeparator Field
- KnownItemGroupSeparator.DashSeparator Field
- KnownItemGroupSeparator.DotSeparator Field
- KnownItemGroupSeparator.EmptySeparator Field
- KnownItemGroupSeparator.NewLineSeparator Field
- KnownItemGroupSeparator.NewLineSeparatorForXmlFormat Field
- KnownItemGroupSeparator.SemiColonSeparator Field
- KnownItemGroupSeparator.SlashSeparator Field
- KnownItemGroupSeparator.SpaceSeparator Field
-
KnownItemGroupSeparator Fields
- KnownLabelOrientation Enumeration
- KnownLabelPosition Enumeration
- KnownLegendLocation Enumeration
- KnownLineStyle Enumeration
- KnownLineType Enumeration
- KnownNegativeSign Enumeration
- KnownOutputTarget Enumeration
- KnownPatternType Enumeration
- KnownPlotGridLine Enumeration
- KnownRecordToShow Enumeration
- KnownRelativeFilePath Enumeration
- KnownSpecialFormat Enumeration
- KnownTickMarkStyle Enumeration
- KnownTrimMode Enumeration
- KnownUnit Enumeration
- KnownVerticalAlignment Enumeration
- KnownWidthLineStyle Enumeration
- KnownWriterFilter Enumeration
- LinesModel Class
- LocationModel Class
- LogoImageModel Class
- LogoModel Class
- MailBehaviorModel Class
- MailMessageAttachmentModel Class
- MailMessageAttachmentsModel Class
- MailMessageCcModel Class
- MailMessageFromModel Class
- MailMessageModel Class
- MailMessagesModel Class
- MailMessageToModel Class
- MailServerModel Class
- MarginsModel Class
- MoreBrightnessEffectModel Class
- MoreDarkEffectModel Class
- NegativeModel Class
- NumberDataTypeModel Class
- NumericDataTypeModel Class
- NumericErrorModel Class
- OpacityEffectModel Class
- OutputModel Class
- PacketFieldModel Class
- PatternModel Class
- PercentageDataTypeModel Class
- PercentageErrorModel Class
- PieceModel Class
- PiecesModel Class
-
PropertiesModel Class
- PropertiesModel Constructor
- PropertiesModel Properties
-
PropertiesModel Methods
- PropertiesModel.Add Method
- PropertiesModel.Clear Method
- PropertiesModel.Clone Method
- PropertiesModel.Contains Method
- PropertiesModel.CopyTo Method
- PropertiesModel.GetEnumerator Method
- PropertiesModel.IndexOf Method
- PropertiesModel.Insert Method
- PropertiesModel.Remove Method
- PropertiesModel.RemoveAt Method
- PropertyModel Class
- RealDataTypeModel Class
- ReferenceModel Class
- ReferencesModel Class
- ScientificDataTypeModel Class
- ScientificErrorModel Class
-
ServerCredentialModel Class
- ServerCredentialModel Constructor
-
ServerCredentialModel Properties
- ServerCredentialModel.Domain Property
- ServerCredentialModel.Host Property
- ServerCredentialModel.IsDefault Property
- ServerCredentialModel.Name Property
- ServerCredentialModel.Password Property
- ServerCredentialModel.Port Property
- ServerCredentialModel.SSL Property
- ServerCredentialModel.UserName Property
- ServerCredentialModel Methods
- ServerCredentialsModel Class
- ShadowModel Class
- StyleModel Class
- StylesModel Class
-
TableModel Class
- TableModel Constructor
-
TableModel Properties
- TableModel.Alias Property
- TableModel.AutoFilter Property
- TableModel.AutoFitColumns Property
- TableModel.Charts Property
- TableModel.Conditions Property
- TableModel.Exporter Property
- TableModel.Fields Property
- TableModel.HasFields Property
- TableModel.Headers Property
- TableModel.Host Property
- TableModel.Location Property
- TableModel.Logo Property
- TableModel.Name Property
- TableModel.Output Property
- TableModel.ShowColumnHeaders Property
- TableModel.ShowGridLines Property
- TableModel Methods
- TemplateModel Class
- TemplateWriterModel Class
- TemplateWriterSettingsModel Class
- TextDataTypeModel Class
- TextLineModel Class
- TextModel Class
- ToDropboxBehaviorModel Class
- ToSkyDriveBehaviorModel Class
- TransformFileBehaviorModel Class
- WhenChangeConditionModel Class
- WriterModel Class
- WriterModelBase Class
-
XsltExtensions Class
-
XsltExtensions Methods
- XsltExtensions.WriteXsltEndChoose Method
- XsltExtensions.WriteXsltEndIf Method
- XsltExtensions.WriteXsltEndOtherwise Method
- XsltExtensions.WriteXsltEndVariable Method
- XsltExtensions.WriteXsltEndWhen Method
- XsltExtensions.WriteXsltStartChoose Method
- XsltExtensions.WriteXsltStartIf Method
- XsltExtensions.WriteXsltStartOtherwise Method
- XsltExtensions.WriteXsltStartVariable Method
- XsltExtensions.WriteXsltStartWhen Method
-
XsltExtensions Methods
- XsltModel Class
- YesNo Enumeration
- iTin.Export.Providers Namespace
- iTin.Export.Writers Namespace
-
iTin.Export Namespace