AyaNova business object library 4.0.1
ListFactory Class
NamespacesGZTW.AyaNova.BLLListFactory
Factory class for returning read only collection lists by key name
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScriptJavaScriptXAML
public sealed class ListFactory
Public NotInheritable Class ListFactory
Dim instance As ListFactory
public ref class ListFactory sealed
public final class ListFactory
public final class ListFactory
GZTW.AyaNova.BLL.ListFactory = function();

Type.createClass(
	'GZTW.AyaNova.BLL.ListFactory');
Members
All MembersConstructorsMethods



IconMemberDescription
ListFactory()()()
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetList(String, String, Int32)
Fetch a read only collection list

GetList(String, String, Int32, List<(Of <(Guid>)>))
Fetch a read only collection list with optional list of id's to return discrete items only

GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
ListFactory

Assembly: GZTW.AyaNova.BLL (Module: GZTW.AyaNova.BLL) Version: 4.0.1.0 (4.0.0.0)