Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Rock
Client
DataViewEntity
C# Class Rock.Client.DataViewEntity
Base client model for DataView that only includes the non-virtual fields. Use this for PUT/POSTs
Mostra file
Open project: NewSpring/Rock
Public Methods
Method
Description
CopyPropertiesFrom
(
DataView
source
) :
void
Copies the base properties from a source DataView object
Method Details
CopyPropertiesFrom()
public
method
Copies the base properties from a source DataView object
public
CopyPropertiesFrom
(
DataView
source
) :
void
source
DataView
The source.
return
void