C# 클래스 SIL.FieldWorks.Common.Controls.PartGenerator.ReplaceAttrAndAppend

In addition to replacing an old attribute value, appends a new attribute after the one where the replacement occurs. Call DoTheAppends after running VisitAttributes.
상속: SIL.Utils.ReplaceSubstringInAttr
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
Visit ( XmlAttribute xa ) : bool

비공개 메소드들

메소드 설명
DoTheAppends ( ) : void
ReplaceAttrAndAppend ( string pattern, string replacement, string newAttrName, string newAttrVal ) : System

메소드 상세

Visit() 공개 메소드

public Visit ( XmlAttribute xa ) : bool
xa System.Xml.XmlAttribute
리턴 bool