C# Class Rock.Client.HtmlContentEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( HtmlContent source ) : void

Copies the base properties from a source HtmlContent object

Method Details

CopyPropertiesFrom() public method

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