C# Class OnlineVideos.SearchResultItem

A common abstract base class for Category and VideoInfo.
Inheritance: System.MarshalByRefObject, INotifyPropertyChanged
Show file Open project: offbyoneBB/mp-onlinevideos2

Protected Properties

Property Type Description
_thumb string
_thumbnailImage string

Private Properties

Property Type Description
NotifyPropertyChanged void
OnOtherPropertyChanged void

Public Methods

Method Description
GetOtherAsString ( ) : string
InitializeLifetimeService ( ) : object
SetOtherFromString ( string other ) : void

Private Methods

Method Description
NotifyPropertyChanged ( string propertyName ) : void
OnOtherPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

GetOtherAsString() public method

public GetOtherAsString ( ) : string
return string

InitializeLifetimeService() public method

public InitializeLifetimeService ( ) : object
return object

SetOtherFromString() public method

public SetOtherFromString ( string other ) : void
other string
return void

Property Details

_thumb protected property

protected string _thumb
return string

_thumbnailImage protected property

protected string _thumbnailImage
return string