C# 클래스 Gramps.Tests.Core.Helpers.AttributeList

파일 보기 프로젝트 열기: ucdavis/Gramps

공개 프로퍼티들

프로퍼티 타입 설명
AttributeNameStartsWith string
NamedParameters List

공개 메소드들

메소드 설명
AttributeList ( string attributeNameStartsWith, List namedParameters ) : System.Collections.Generic

메소드 상세

AttributeList() 공개 메소드

public AttributeList ( string attributeNameStartsWith, List namedParameters ) : System.Collections.Generic
attributeNameStartsWith string
namedParameters List
리턴 System.Collections.Generic

프로퍼티 상세

AttributeNameStartsWith 공개적으로 프로퍼티

public string AttributeNameStartsWith
리턴 string

NamedParameters 공개적으로 프로퍼티

public List NamedParameters
리턴 List