C# 클래스 Command.VersionedAttribute

Base class of Command, Parameter, and Setting attributes.
상속: System.Attribute
파일 보기 프로젝트 열기: agardiner/hfmcmd

보호된 프로퍼티들

프로퍼티 타입 설명
_description string
_uda string

공개 메소드들

메소드 설명
HasUda ( string uda ) : bool

Returns true if this setting is tagged with the specified user- defined attribute.

IsCurrent ( System.Version version ) : bool
VersionedAttribute ( string desc ) : System

메소드 상세

HasUda() 공개 메소드

Returns true if this setting is tagged with the specified user- defined attribute.
public HasUda ( string uda ) : bool
uda string
리턴 bool

IsCurrent() 공개 메소드

public IsCurrent ( System.Version version ) : bool
version System.Version
리턴 bool

VersionedAttribute() 공개 메소드

public VersionedAttribute ( string desc ) : System
desc string
리턴 System

프로퍼티 상세

_description 보호되어 있는 프로퍼티

protected string _description
리턴 string

_uda 보호되어 있는 프로퍼티

protected string _uda
리턴 string