C# Class Microsoft.Tools.WindowsInstaller.AttributeColumn

Provides additional properties for column types with associated enumerations.
Inheritance: IConvertible, IFormattable
Show file Open project: heaths/psmsi Class Usage Examples

Private Properties

Property Type Description
AttributeColumn System
GetNames IEnumerable
HasValue bool
IConvertible System.DateTime
IConvertible TypeCode
IConvertible bool
IConvertible byte
IConvertible char
IConvertible decimal
IConvertible double
IConvertible float
IConvertible int
IConvertible long
IConvertible object
IConvertible sbyte
IConvertible short
IConvertible string
IConvertible uint
IConvertible ulong
IConvertible ushort
IFormattable string

Public Methods

Method Description
Equals ( object obj ) : bool

Gets whether the internal values are equal.

GetHashCode ( ) : int

Gets the hash code from the internal value.

ToString ( ) : string

Returns a string representation of the internal value using the CultureInfo.InvariantCulture.

ToString ( string format ) : string

Returns a string representation of the internal value using the CultureInfo.InvariantCulture.

Private Methods

Method Description
AttributeColumn ( Type type, int value ) : System

Creates a new instance of the AttributeColumn class.

GetNames ( ) : IEnumerable

Gets all the names of enumeration.

HasValue ( string name ) : bool

Determines if the enumeration for the name is set.

IConvertible ( IFormatProvider provider ) : System.DateTime
IConvertible ( ) : TypeCode
IConvertible ( IFormatProvider provider ) : bool
IConvertible ( IFormatProvider provider ) : byte
IConvertible ( IFormatProvider provider ) : char
IConvertible ( IFormatProvider provider ) : decimal
IConvertible ( IFormatProvider provider ) : double
IConvertible ( IFormatProvider provider ) : float
IConvertible ( IFormatProvider provider ) : int
IConvertible ( IFormatProvider provider ) : long
IConvertible ( Type conversionType, IFormatProvider provider ) : object
IConvertible ( IFormatProvider provider ) : sbyte
IConvertible ( IFormatProvider provider ) : short
IConvertible ( IFormatProvider provider ) : string
IConvertible ( IFormatProvider provider ) : uint
IConvertible ( IFormatProvider provider ) : ulong
IConvertible ( IFormatProvider provider ) : ushort
IFormattable ( string format, IFormatProvider provider ) : string

Returns a string representation of the internal value.

Method Details

Equals() public method

Gets whether the internal values are equal.
public Equals ( object obj ) : bool
obj object The object to compre.
return bool

GetHashCode() public method

Gets the hash code from the internal value.
public GetHashCode ( ) : int
return int

ToString() public method

Returns a string representation of the internal value using the CultureInfo.InvariantCulture.
public ToString ( ) : string
return string

ToString() public method

Returns a string representation of the internal value using the CultureInfo.InvariantCulture.
public ToString ( string format ) : string
format string The format specification.
return string