The Dependency type exposes the following members.
Back to Top
Back to Top
        Methods
| Name | Description | |
|---|---|---|
| CompareTo | 
            Compare the current dependncy to another dependency. File names are compared ignoring case.
              | |
| Copy | 
            Make a copy.
              | |
| Equals(Object) | 
            Check if two dependncies are equal. File names are compared ignoring case.
              (Overrides  | |
| Equals(Dependency) | 
            Check if two dependncies are equal. File names are compared ignoring case.
              | |
| GetHashCode | 
            Get the hash code for all the dependency's data.
              (Overrides  | |
Gets the   (Inherited from  | ||
| IsTemplateDependency | 
            Check if a dependency refers to a template
              | |
| ToString | 
            Convert all the dependency's data to a string.
              (Overrides  | 
Properties
| Name | Description | |
|---|---|---|
| DependencyType | 
            The type of dependency.
              | |
| FileName | 
            The file name of the dependency.
              | |
| HintPath | 
            A file system folder that suggests where in the local file system the dependency may be found. For internal use only. 
              | |
| HintPathSpecified | 
            Returns true if HintPath should be serialized to XML. For internal use only. 
              | 
See Also