C# Class Rock.Client.PageViewSessionEntity

Base client model for PageViewSession that only includes the non-virtual fields. Use this for PUT/POSTs
显示文件 Open project: NewSpring/Rock

Public Methods

Method Description
CopyPropertiesFrom ( PageViewSession source ) : void

Copies the base properties from a source PageViewSession object

Method Details

CopyPropertiesFrom() public method

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