B-Arts DocumentationIndice generale

BListOfBItemField

Linea B-Arts Legacy: questa scheda descrive B-ArtsFramework (.NET Framework 4.7.2). Non usare firme o namespace come se appartenessero alla linea Classic successiva o al BFramework moderno .NET 10.

Identità

  • Assembly/progetto: B-ArtsFramework.

  • Target: .NET Framework 4.7.2.

  • Namespace CLR: BArts.BLists.

  • Nome completo: BArts.BLists.BListOfBItemField.

  • Tipo: class.

  • Ambito: runtime/interfaccia pubblica.

Ruolo

Liste e collezioni specializzate B-Arts.

Dichiarazione

Public Class BListOfBItemField

Costruttori

Nome Dichiarazione
New Public Sub New()

Campi e costanti

Nome Dichiarazione
lst Public lst As List(Of BData.BItemField)

Proprietà

Nome Dichiarazione
Item Public ReadOnly Property Item(Key As String) As BData.BItemField
ItemCount Public ReadOnly Property ItemCount(item As String) As Integer

Metodi

Nome Dichiarazione
Clear Public Sub Clear()
AddItem Public Sub AddItem(Codice As String, Valore As Object)
DeleteItem Public Function DeleteItem(Codice As String) As Boolean
Exist Public Function Exist(Codice As String) As Boolean
GetItemsByValue Public Function GetItemsByValue(Valore As Object) As List(Of BData.BItemField)
GetKeysByValue Public Function GetKeysByValue(Valore As Object) As List(Of String)

Sorgenti verificati

  • Lists\BListOfBItemField.vb