C# Class Sage.Platform.Upgrade.BundleInfo

Show file Open project: Saleslogix/ProjectUpgrade Class Usage Examples

Public Methods

Method Description
BundleInfo ( string name, string fileName, System.Version version ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

BundleInfo() public method

public BundleInfo ( string name, string fileName, System.Version version ) : System
name string
fileName string
version System.Version
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string