Complete_Item_Aggregation Constructor (Web_Language_Enum, String, String, Int32, String, DateTime)
Constructor for a new instance of the Item_Aggregation_Complete class
Namespace: SobekCM.Core.AggregationsAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public Complete_Item_Aggregation(
Web_Language_Enum Default_UI_Language,
string Code,
string Type,
int ID,
string Display_Options,
DateTime Last_Item_Added
) |
Parameters
- Default_UI_Language
- Type: SobekCM.Core.Configuration.Localization..::..Web_Language_Enum
Default user interface language for this interface
- Code
- Type: System..::..String
Unique code for this item aggregation object
- Type
- Type: System..::..String
Type of aggregation object (i.e., collection, institution, exhibit, etc..)
- ID
- Type: System..::..Int32
ID for this aggregation object from the database
- Display_Options
- Type: System..::..String
Display options used to determine the views and searches for this item
- Last_Item_Added
- Type: System..::..DateTime
Date the last item was added ( or 1/1/2000 by default )
See Also