C# Class Rock.Client.ContentChannelEntity

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

Méthodes publiques

Méthode Description
CopyPropertiesFrom ( ContentChannel source ) : void

Copies the base properties from a source ContentChannel object

Method Details

CopyPropertiesFrom() public méthode

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