C# Class Rock.Client.UserLoginEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( UserLogin source ) : void

Copies the base properties from a source UserLogin object

Method Details

CopyPropertiesFrom() public method

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