C# Class Rock.Client.HtmlContentEntity

Base client model for HtmlContent 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 ( HtmlContent source ) : void

Copies the base properties from a source HtmlContent object

Method Details

CopyPropertiesFrom() public méthode

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