Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
SIL
FieldWorks
Common
Controls
ReplaceParamDefault
C# 클래스 SIL.FieldWorks.Common.Controls.ReplaceParamDefault
This one modifies the attribute, replacing the default value of the named parameter.
상속:
IAttributeVisitor
파일 보기
프로젝트 열기: sillsdev/FieldWorks
1 사용 예제들
공개 메소드들
메소드
설명
ReplaceParamDefault
(
string
paramName
,
string
defVal
) :
System
Visit
(
XmlAttribute
xa
) :
bool
메소드 상세
ReplaceParamDefault()
공개
메소드
public
ReplaceParamDefault
(
string
paramName
,
string
defVal
) :
System
paramName
string
defVal
string
리턴
System
Visit()
공개
메소드
public
Visit
(
XmlAttribute
xa
) :
bool
xa
System.Xml.XmlAttribute
리턴
bool