C# Class Rock.Client.PageViewEntity

Base client model for PageView that only includes the non-virtual fields. Use this for PUT/POSTs
ファイルを表示 Open project: NewSpring/Rock

Public Methods

Method Description
CopyPropertiesFrom ( PageView source ) : void

Copies the base properties from a source PageView object

Method Details

CopyPropertiesFrom() public method

Copies the base properties from a source PageView object
public CopyPropertiesFrom ( PageView source ) : void
source PageView The source.
return void