Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Rock
Client
FieldTypeEntity
C# 클래스 Rock.Client.FieldTypeEntity
Base client model for FieldType that only includes the non-virtual fields. Use this for PUT/POSTs
파일 보기
프로젝트 열기: NewSpring/Rock
공개 메소드들
메소드
설명
CopyPropertiesFrom
(
FieldType
source
) :
void
Copies the base properties from a source FieldType object
메소드 상세
CopyPropertiesFrom()
공개
메소드
Copies the base properties from a source FieldType object
public
CopyPropertiesFrom
(
FieldType
source
) :
void
source
FieldType
The source.
리턴
void