For Babelfish Release 1.11.1.3

SetName Class

A SetName is a unique identifier for a Defintion file within a definition type. It has three parts, the version number, namespace, and propername.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public class SetName : IEquatable<SetName>, 
	IEquatable<HierarchicalName>
Inheritance
Object    SetName
Implements
IEquatableSetName, IEquatableHierarchicalName

Constructors

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) 

Properties

Methods

ClearCache 
Equals(HierarchicalName) 
Equals(Object)
(Overrides ObjectEquals(Object))
Equals(SetName) 
FinalizeAllows 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)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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 
ToStringReturns a string that represents the current object.
(Overrides ObjectToString)
TryParse(String, SetName) 
TryParse(String, String, SetName) 
TryParseVersion 

Fields

See Also