C# Class ApiCore.Offers.OfferOutboundEntry

显示文件 Open project: nolka/vkdotnet Class Usage Examples

Public Properties

Property Type Description
Age int
CityId int
CityName string
Photo string
UserId int
UserName string
Viewed bool

Property Details

Age public_oe property

public int Age
return int

CityId public_oe property

public int CityId
return int

CityName public_oe property

public string CityName
return string

Photo public_oe property

public string Photo
return string

UserId public_oe property

public int UserId
return int

UserName public_oe property

public string UserName
return string

Viewed public_oe property

public bool Viewed
return bool