Category Constructor (categoryId, name, description)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 Category Constructor (categoryId, name, description)
Patterns-In-Action! ApplicationBusinessObjectsCategoryCategory(Int32, String, String)
Overloaded constructor for Category class.
Declaration Syntax
C# Visual Basic
public Category(
	int categoryId,
	string name,
	string description
)
Public Sub New ( _
	categoryId As Integer, _
	name As String, _
	description As String _
)
Parameters
categoryId (Int32)
Unique Identifier for the Category.
name (String)
Name of the Category.
description (String)
Description of the Category.

Assembly: BusinessObjects (Module: BusinessObjects) Version: 1.0.0.0 (1.0.0.0)