For Babelfish Release 1.11.1.3

SparseDefinitionSearchResult Class

Definition

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

Constructors

Properties

Comment 
CommonName 
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.


(Inherited from SparseDefinition)
Description 
Discipline 
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).
(Inherited from SparseDefinition)
ModifiedAt The date and time this definition version was uploaded to the Rest API.
(Inherited from SparseDefinition)
OwnerId 
OwnerName 
SearchScore If the user specified a search term in the REST API call, SearchScore returns the relavenacy of this Definition compared to the search term. The higher the value the better the match. A value of -1 means no search term comparision was made.
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.
(Inherited from SparseDefinition)
Tags 
Type The Definition Type
(Inherited from SparseDefinition)
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.
(Inherited from SparseDefinition)

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
(Inherited from SparseDefinition)
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.
(Inherited from SparseDefinition)

See Also