C# Class Rock.Client.FollowingEventNotificationEntity

Base client model for FollowingEventNotification that only includes the non-virtual fields. Use this for PUT/POSTs
Show file Open project: NewSpring/Rock

Public Methods

Method Description
CopyPropertiesFrom ( FollowingEventNotification source ) : void

Copies the base properties from a source FollowingEventNotification object

Method Details

CopyPropertiesFrom() public method

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