C# Class Rock.Client.PageViewUserAgentEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( PageViewUserAgent source ) : void

Copies the base properties from a source PageViewUserAgent object

Method Details

CopyPropertiesFrom() public method

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