C# Class Rock.Client.InteractionSessionEntity

Base client model for InteractionSession that only includes the non-virtual fields. Use this for PUT/POSTs
Mostrar archivo Open project: NewSpring/Rock

Public Methods

Method Description
CopyPropertiesFrom ( InteractionSession source ) : void

Copies the base properties from a source InteractionSession object

Method Details

CopyPropertiesFrom() public method

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