C# Class Rock.Client.BackgroundCheckEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( BackgroundCheck source ) : void

Copies the base properties from a source BackgroundCheck object

Method Details

CopyPropertiesFrom() public method

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