public class SetName : IEquatable<SetName>,
IEquatable<HierarchicalName>| SetName | Default constructor. Should only be used in conjunction with a TryParse method. |
| SetName(SetName) | Copy constructor |
| SetName(String, String) | |
| SetName(String, String, Int32) | |
| SetName(String, String, String) | |
| SetName(String, String, Int32, Int32) |
| ClearCache | |
| Equals(HierarchicalName) | |
| Equals(Object) | (Overrides ObjectEquals(Object)) |
| Equals(SetName) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | (Overrides ObjectGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Parse | Parses the passed in setName string, and returns a SetName object. |
| ToHierarchicalNameString | |
| ToMostRecentMajorVersionString | |
| ToMostRecentString | |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString) |
| TryParse(String, SetName) | |
| TryParse(String, String, SetName) | |
| TryParseVersion |