TopBomIniHelper.ManagementINI Class

QsInformatica.Utils

TopBomIniHelperManagementINI Class

[Missing <summary> documentation for "T:QsInformatica.Utils.TopBomIniHelper.ManagementINI"]

Inheritance Hierarchy
SystemObject  QsInformatica.UtilsTopBomIniHelperManagementINI

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public class ManagementINI
Public Class ManagementINI
public ref class ManagementINI
type ManagementINI =  class end

The TopBomIniHelperManagementINI type exposes the following members.

Constructors
  NameDescription
Public methodTopBomIniHelperManagementINI
Costruttore
Top
Properties
  NameDescription
Public propertyPath
Ottiene o imposta la path del file INI
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBomsDefined
Ritorna un dizionario chiave valore della sezione "bom.idx" Un elemento è della forma: (bom_n_, Nome_Distinta)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetName
Estrapola il nome da una chiave key passata come parametro
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadAllSection
Legge tutte le sezioni del file ini
Public methodReadKey
Legge dal file il valore della chiave specificiata
Public methodReadSection
Legge tutte le chiavi e i valori di una sezione del file
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteFile
Scrive sul file INI
Top
See Also