For Babelfish Release 1.11.1.3

NamespaceDetail Class

Describes a Reconfigurable Rulebook namespace.

Definition

Namespace: Scopos.BabelFish.DataModel.Clubs
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public class NamespaceDetail : IEquatable<NamespaceDetail>
Inheritance
Object    NamespaceDetail
Implements
IEquatableNamespaceDetail

Constructors

Properties

Namespace The namespace name.

Methods

Equals(NamespaceDetail)Indicates whether the current object is equal to another object of the same type.
Equals(Object)Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Overrides ObjectToString)

See Also