C# 클래스 VersionOne.Integration.Tfs.ServerConnector.AttributeInfo

파일 보기 프로젝트 열기: versionone/VersionOne.Integration.TFS.ServerConnector

공개 프로퍼티들

프로퍼티 타입 설명
Attr string
IsList bool
IsOptional bool
Prefix string

공개 메소드들

메소드 설명
AttributeInfo ( string attr, string prefix, bool isList, bool isOptional )
ToString ( ) : string

메소드 상세

AttributeInfo() 공개 메소드

public AttributeInfo ( string attr, string prefix, bool isList, bool isOptional )
attr string
prefix string
isList bool
isOptional bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Attr 공개적으로 프로퍼티

public string Attr
리턴 string

IsList 공개적으로 프로퍼티

public bool IsList
리턴 bool

IsOptional 공개적으로 프로퍼티

public bool IsOptional
리턴 bool

Prefix 공개적으로 프로퍼티

public string Prefix
리턴 string