C# Class Rock.Client.NotificationRecipientEntity

Base client model for NotificationRecipient that only includes the non-virtual fields. Use this for PUT/POSTs
显示文件 Open project: NewSpring/Rock

Public Methods

Method Description
CopyPropertiesFrom ( NotificationRecipient source ) : void

Copies the base properties from a source NotificationRecipient object

Method Details

CopyPropertiesFrom() public method

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