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

Inheritance: RowFieldsBase
Datei anzeigen 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_oe property

public DateTimeField BirthDate
return DateTimeField

BirthPlace public_oe property

public StringField BirthPlace
return StringField

Firstname public_oe property

public StringField Firstname
return StringField

Fullname public_oe property

public StringField Fullname
return StringField

GalleryImages public_oe property

public StringField GalleryImages
return StringField

Gender public_oe property

public Int32Field Gender
return Int32Field

Height public_oe property

public Int32Field Height
return Int32Field

Lastname public_oe property

public StringField Lastname
return StringField

PersonId public_oe property

public Int32Field PersonId
return Int32Field

PrimaryImage public_oe property

public StringField PrimaryImage
return StringField