Class CategoryFields
Represents all the possible category fields. A category field may apply to some categories and not to others.
Inheritance
System.Object
CategoryFields
Assembly: Scrapbook101core.dll
Syntax
public class CategoryFields
Properties
|
Improve this Doc
View Source
Artist
Declaration
public string Artist { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Author
Declaration
public string Author { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
BirthDate
Declaration
public string BirthDate { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
BirthPlace
Declaration
public string BirthPlace { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DeathDate
Declaration
public string DeathDate { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DeathPlace
Declaration
public string DeathPlace { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Director
Declaration
public string Director { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Genre
Declaration
public string Genre { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Highlight
Declaration
public string Highlight { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Item[String]
Declaration
public object this[string propertyName] { get; set; }
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
Location
Declaration
public string Location { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Lodging
Declaration
public string Lodging { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Synopsis
Declaration
public string Synopsis { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Theme
Declaration
public string Theme { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Who
Declaration
public string Who { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Year
Declaration
public string Year { get; set; }
Property Value
Type |
Description |
System.String |
|