C# Class MovieTutorial.MovieDB.Entities.PersonRow.RowFields

Inheritance: RowFieldsBase
Show file Open project: volkanceylan/MovieTutorial

Public Properties

Property Type Description
BirthDate DateTimeField
BirthPlace StringField
Firstname StringField
Fullname StringField
GalleryImages StringField
Gender Int32Field
Height Int32Field
Lastname StringField
PersonId Int32Field
PrimaryImage StringField

Public Methods

Method Description
RowFields ( ) : System

Method Details

RowFields() public method

public RowFields ( ) : System
return System

Property Details

BirthDate public property

public DateTimeField BirthDate
return DateTimeField

BirthPlace public property

public StringField BirthPlace
return StringField

Firstname public property

public StringField Firstname
return StringField

Fullname public property

public StringField Fullname
return StringField

GalleryImages public property

public StringField GalleryImages
return StringField

Gender public property

public Int32Field Gender
return Int32Field

Height public property

public Int32Field Height
return Int32Field

Lastname public property

public StringField Lastname
return StringField

PersonId public property

public Int32Field PersonId
return Int32Field

PrimaryImage public property

public StringField PrimaryImage
return StringField