Click or drag to resize
ModelCollectionT Class
Inheritance Hierarchy
SystemObject
  Fsolutions.Fbase.Contracts.BaseModelsModelCollectionT

Namespace: Fsolutions.Fbase.Contracts.BaseModels
Assembly: Fsolutions.Fbase.Contracts (in Fsolutions.Fbase.Contracts.dll) Version: 1.4.330.0
Syntax
C#
public class ModelCollection<T>

Type Parameters

T

The ModelCollectionT type exposes the following members.

Constructors
  NameDescription
Public methodModelCollectionT(String, String, Boolean, Boolean, Visibility)
Initializes a new instance of the ModelCollectionT class
Public methodModelCollectionT(String, String, Boolean, Boolean, Visibility, T)
Initializes a new instance of the ModelCollectionT class
Top
Properties
  NameDescription
Public propertyItems
Public propertyMetadata
Top
See Also