C# 클래스 Commencement.Tests.Core.Helpers.NameAndType

파일 보기 프로젝트 열기: ucdavis/Commencement 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Attributes List
Name string
ParameterAttributes List
Property string

공개 메소드들

메소드 설명
NameAndType ( string name, string property, List parameterAttributes ) : System.Collections.Generic
NameAndType ( string name, string property, List attributes ) : System.Collections.Generic

메소드 상세

NameAndType() 공개 메소드

public NameAndType ( string name, string property, List parameterAttributes ) : System.Collections.Generic
name string
property string
parameterAttributes List
리턴 System.Collections.Generic

NameAndType() 공개 메소드

public NameAndType ( string name, string property, List attributes ) : System.Collections.Generic
name string
property string
attributes List
리턴 System.Collections.Generic

프로퍼티 상세

Attributes 공개적으로 프로퍼티

public List Attributes
리턴 List

Name 공개적으로 프로퍼티

public string Name
리턴 string

ParameterAttributes 공개적으로 프로퍼티

public List ParameterAttributes
리턴 List

Property 공개적으로 프로퍼티

public string Property
리턴 string