C# Class Rock.Client.RestControllerEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( RestController source ) : void

Copies the base properties from a source RestController object

Method Details

CopyPropertiesFrom() public method

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