C# 클래스 XamlStyler.Core.DocumentManipulation.SortBy

상속: NameSelector
파일 보기 프로젝트 열기: NicoVermeir/XamlStyler

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetValue ( System.Xml.Linq.XElement element ) : ISortableAttribute
SortBy ( string name, bool isNumeric ) : System
SortBy ( string name, string @namespace, bool isNumeric ) : System

메소드 상세

GetValue() 공개 메소드

public GetValue ( System.Xml.Linq.XElement element ) : ISortableAttribute
element System.Xml.Linq.XElement
리턴 ISortableAttribute

SortBy() 공개 메소드

public SortBy ( string name, bool isNumeric ) : System
name string
isNumeric bool
리턴 System

SortBy() 공개 메소드

public SortBy ( string name, string @namespace, bool isNumeric ) : System
name string
@namespace string
isNumeric bool
리턴 System