RssPhotoAlbumCategory Class ReferenceA Photo Album category.
More...
Inheritance diagram for RssPhotoAlbumCategory:
List of all members.
|
Public Member Functions |
| | RssPhotoAlbumCategory (string categoryName, string categoryDescription, DateTime categoryDateFrom, DateTime categoryDateTo, RssPhotoAlbumCategoryPhoto categoryPhoto) |
| | Initialize a new instance of the RssPhotoAlbumItem class.
|
| | RssPhotoAlbumCategory (string categoryName, string categoryDescription, string categoryDateFrom, string categoryDateTo, RssPhotoAlbumCategoryPhoto categoryPhoto) |
| | Initialize a new instance of the RssPhotoAlbumItem class.
|
| | RssPhotoAlbumCategory (string categoryName, string categoryDescription, DateTime categoryDateFrom, DateTime categoryDateTo, RssPhotoAlbumCategoryPhotos categoryPhotos) |
| | Initialize a new instance of the RssPhotoAlbumItem class.
|
| | RssPhotoAlbumCategory (string categoryName, string categoryDescription, string categoryDateFrom, string categoryDateTo, RssPhotoAlbumCategoryPhotos categoryPhotos) |
| | Initialize a new instance of the RssPhotoAlbumItem class.
|
Detailed Description
A Photo Album category.
Constructor & Destructor Documentation
|
|
Initialize a new instance of the RssPhotoAlbumItem class.
- Parameters:
-
| categoryName | Name of the category. |
| categoryDescription | Description of the category. |
| categoryDateFrom | From date of the category. |
| categoryDateTo | To date of the category. |
| categoryPhoto | Photos of the category. |
|
|
|
Initialize a new instance of the RssPhotoAlbumItem class.
- Parameters:
-
| categoryName | Name of the category. |
| categoryDescription | Description of the category. |
| categoryDateFrom | From date of the category. |
| categoryDateTo | To date of the category. |
| categoryPhoto | Photos of the category. |
|
|
|
Initialize a new instance of the RssPhotoAlbumItem class.
- Parameters:
-
| categoryName | Name of the category. |
| categoryDescription | Description of the category. |
| categoryDateFrom | From date of the category. |
| categoryDateTo | To date of the category. |
| categoryPhotos | Photos of the category. |
|
|
|
Initialize a new instance of the RssPhotoAlbumItem class.
- Parameters:
-
| categoryName | Name of the category. |
| categoryDescription | Description of the category. |
| categoryDateFrom | From date of the category. |
| categoryDateTo | To date of the category. |
| categoryPhotos | Photos of the category. |
|
The documentation for this class was generated from the following file:
|