Dependency Methods
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
See Also