For Babelfish Release 1.11.1.3

SparseDefinition Class

Format of the response object that is returned when asking for the latest version of a Definition.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public class SparseDefinition : BaseClass
Inheritance
Object    BaseClass    SparseDefinition
Derived

Constructors

Properties

_logger 
Deprecated If true, the major version of this Definition will be marked Discontinued in the future.

The author should put in .Comments additional information on when it will be deprecated.

Discontinued If true, the major version of this Definition is no longer in use and should not be referenced. Other major versions of this same Definition may still be in use (e.g. v1.0 vs v2.0).
ModifiedAt The date and time this definition version was uploaded to the Rest API.
SetName A SetName is a unique identifier for a Defintion file within a definition type. It has three parts, the version number, namespace, and propername.
Type The Definition Type
Version The precise version number of this Definition. Note, the version number listed in the SetName is often a reference to either the latest Major release. Version always provides both the Major and Minor release numbers and is not a reference.

Methods

EqualsDetermines 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)
GetDefinitionVersion Returns the Version of the Definition as an object DefinitionVersion. the string varation is returned with the property .Version
GetHashCodeServes as the default hash function.
(Inherited from Object)
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