openPDC Historian Help
MetadataFile Class
NamespacesTVA.Historian.FilesMetadataFile
Represents a file containing MetadataRecords.
Declaration Syntax
C#Visual BasicVisual C++
[ToolboxBitmapAttribute(typeof(MetadataFile))]
public class MetadataFile : IsamDataFileBase<MetadataRecord>
<ToolboxBitmapAttribute(GetType(MetadataFile))> _
Public Class MetadataFile _
	Inherits IsamDataFileBase(Of MetadataRecord)
[ToolboxBitmapAttribute(typeof(MetadataFile))]
public ref class MetadataFile : public IsamDataFileBase<MetadataRecord^>
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
MetadataFile()()()
Initializes a new instance of the MetadataFile class.

MetadataFile(IContainer)
Initializes a new instance of the MetadataFile class.

AutoSaveInterval()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
BeginInit()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
CanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Close()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
Container
Gets the IContainer that contains the Component.
(Inherited from Component.)
CreateNewRecord(Int32)
Creates a new MetadataRecord with the specified recordIndex.
(Overrides IsamDataFileBase<(Of <(MetadataRecord>)>).CreateNewRecord(Int32).)
CreateObjRef(Type)
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
DataLoaded()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
DataLoading()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
DataSaved()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
DataSaving()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
DesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Dispose(Boolean) (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
Dispose()()()
Releases all resources used by the Component.
(Inherited from Component.)
Disposed
Occurs when the component is disposed by a call to the Dispose()()() method.
(Inherited from Component.)
Enabled()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
EndInit()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Events
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
FileAccessMode()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
FileData()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
FileModified()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
FileName()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
Finalize()()()
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetLifetimeService()()()
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
GetRecordSize()()()
Gets the binary size of a MetadataRecord.
(Overrides IsamDataFileBase<(Of <(MetadataRecord>)>).GetRecordSize()()().)
GetService(Type)
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Initialize()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
InitializeLifetimeService()()()
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
IsCorrupt()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
IsOpen()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
Load()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
LoadOnOpen()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
LoadSettings()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
MemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MemoryUsage()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
Name()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
OnDataLoaded()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
OnDataLoading()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
OnDataSaved()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
OnDataSaving()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
OnFileModified()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
Open()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
PersistSettings()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
Read(String)
Reads MetadataRecords that matches the searchPattern.

Read()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
Read(Int32) (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
RecordsInMemory()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
RecordsOnDisk()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
ReloadOnModify()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
Save()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
SaveOnClose()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
SaveSettings()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
SettingsCategory()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
Site
Gets or sets the ISite of the Component.
(Inherited from Component.)
Status()()() (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
ToString()()()
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)
Write(IEnumerable<(Of <(UTP>)>)) (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
Write(Int32, UTP) (Inherited from IsamDataFileBase<(Of <(MetadataRecord>)>).)
Inheritance Hierarchy
Object
MarshalByRefObject
 Component
  IsamDataFileBase<(Of <(MetadataRecord>)>)
   MetadataFile
See Also

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252