C# Class Rock.Client.PageEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( Page source ) : void

Copies the base properties from a source Page object

Method Details

CopyPropertiesFrom() public method

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