C# Class ApiCore.Photos.AlbumEntry

Inheritance: BaseEntry
Mostra file Open project: nolka/vkdotnet Class Usage Examples

Public Properties

Property Type Description
DateCreated System.DateTime
DateUpdated System.DateTime
Description string
OwnerId int
Privacy int
Size int
ThumbnailId int
Title string

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

DateCreated public_oe property

public DateTime,System DateCreated
return System.DateTime

DateUpdated public_oe property

public DateTime,System DateUpdated
return System.DateTime

Description public_oe property

public string Description
return string

OwnerId public_oe property

public int OwnerId
return int

Privacy public_oe property

public int Privacy
return int

Size public_oe property

public int Size
return int

ThumbnailId public_oe property

public int ThumbnailId
return int

Title public_oe property

public string Title
return string