Factory class for returning read only collection lists by key name
| C# | Visual Basic | Visual Basic Usage | Visual C++ | J# | JScript | JavaScript | XAML |
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');
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| ListFactory()()() | ||
| Equals(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()()() | (Inherited from Object.) |
| Object | |
| ListFactory | |