Dependency Members

The Dependency type exposes the following members.
Methods

  NameDescription
Public methodCompareTo
Compare the current dependncy to another dependency. File names are compared ignoring case.
Public methodCopy
Make a copy.
Public methodEquals(Object)
Check if two dependncies are equal. File names are compared ignoring case.
(Overrides OnlineObject Equals(Object).)
Public methodEquals(Dependency)
Check if two dependncies are equal. File names are compared ignoring case.
Public methodGetHashCode
Get the hash code for all the dependency's data.
(Overrides OnlineObject GetHashCode .)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodStatic memberIsTemplateDependency
Check if a dependency refers to a template
Public methodToString
Convert all the dependency's data to a string.
(Overrides OnlineObject ToString .)
Back to Top
Properties

  NameDescription
Public propertyDependencyType
The type of dependency.
Public propertyFileName
The file name of the dependency.
Public propertyHintPath
A file system folder that suggests where in the local file system the dependency may be found. For internal use only.
Public propertyHintPathSpecified
Returns true if HintPath should be serialized to XML. For internal use only.
Back to Top
See Also