SimpleSchemaCollection<TItem>
Overview
Location
- Reference: RemObjects.DataAbstract.dll
- Namespace: RemObjects.DataAbstract.Schema
- Ancestry: List<TItem> | SimpleSchemaCollection<TItem>
Instance Methods
constructor
constructor
SimpleSchemaCollection<TItem>()
Sub New()
constructor (Int32)
constructor(capacity: Int32)
SimpleSchemaCollection<TItem>(Int32 capacity)
Sub New(capacity As Int32)
Parameters:
- capacity:
constructor (IEnumerable<TItem>)
constructor(collection: IEnumerable<TItem>)
SimpleSchemaCollection<TItem>(IEnumerable<TItem> collection)
Sub New(collection As IEnumerable<TItem>)
Parameters:
- collection:
GetXmlAttributeValue protected
method GetXmlAttributeValue(aProperty: PropertyInfo; anXmlAttributeName: String): String
String GetXmlAttributeValue(PropertyInfo aProperty, String anXmlAttributeName)
Function GetXmlAttributeValue(aProperty As PropertyInfo, anXmlAttributeName As String) As String
Parameters:
- aProperty:
- anXmlAttributeName: