C# Class Command.VersionedAttribute

Base class of Command, Parameter, and Setting attributes.
Inheritance: System.Attribute
Show file Open project: agardiner/hfmcmd

Protected Properties

Property Type Description
_description string
_uda string

Public Methods

Method Description
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

Method Details

HasUda() public method

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

IsCurrent() public method

public IsCurrent ( System.Version version ) : bool
version System.Version
return bool

VersionedAttribute() public method

public VersionedAttribute ( string desc ) : System
desc string
return System

Property Details

_description protected property

protected string _description
return string

_uda protected property

protected string _uda
return string