C# Class Rock.Client.ContentChannelItemEntity

Base client model for ContentChannelItem that only includes the non-virtual fields. Use this for PUT/POSTs
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
CopyPropertiesFrom ( ContentChannelItem source ) : void

Copies the base properties from a source ContentChannelItem object

Method Details

CopyPropertiesFrom() public méthode

Copies the base properties from a source ContentChannelItem object
public CopyPropertiesFrom ( ContentChannelItem source ) : void
source ContentChannelItem The source.
Résultat void