For Babelfish Release 1.11.1.3

HierarchicalName Class

HierarchicalNames are the full names to Events, Stages, Rulebooks, Attributes, etc. They are separated into two parts Namespace and ProperName. Namespace represents the organization who came up with the entity its named after. For example orion, nra, usas, etc. ProperName is a more human readable name for the entity.

Definition

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

Constructors

Properties

FullName 
IsBlank 
Namespace The organization who defined the entity. e.g. orion, nra, usas.
ProperName Human readable name of the entity.

Methods

CompareTo 
Equals(HierarchicalName) 
Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
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)
ToString
(Overrides ObjectToString)
TryParse 

See Also