C# 클래스 Metropass.Core.PCL.Model.PwEntry

상속: PwCommon
파일 보기 프로젝트 열기: TheAngryByrd/MetroPass 1 사용 예제들

공개 메소드들

메소드 설명
AddCustomFields ( IEnumerable customFields ) : void
New ( PwGroup parent ) : PwEntry
PwEntry ( System.Xml.Linq.XElement element, PwGroup parentGroup ) : System
Remove ( ) : void

비공개 메소드들

메소드 설명
GetElement ( [ propertyName = null ) : System.Xml.Linq.XElement
GetElementKey ( [ propertyName = null ) : System.Xml.Linq.XElement
GetElementValue ( [ propertyName = null ) : System.Xml.Linq.XElement
Sanitize ( string text ) : string
SetupFields ( ) : void

메소드 상세

AddCustomFields() 공개 메소드

public AddCustomFields ( IEnumerable customFields ) : void
customFields IEnumerable
리턴 void

New() 공개 정적인 메소드

public static New ( PwGroup parent ) : PwEntry
parent PwGroup
리턴 PwEntry

PwEntry() 공개 메소드

public PwEntry ( System.Xml.Linq.XElement element, PwGroup parentGroup ) : System
element System.Xml.Linq.XElement
parentGroup PwGroup
리턴 System

Remove() 공개 메소드

public Remove ( ) : void
리턴 void