RelativityApplicationFieldNames Class

Relativity Services API
The string names of fields used on Relativity Applications.
Inheritance Hierarchy

System.Object
  kCura.Relativity.Client.DTOs.ArtifactFieldNames
    kCura.Relativity.Client.DTOs.RelativityApplicationFieldNames

Namespace:  kCura.Relativity.Client.DTOs
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class RelativityApplicationFieldNames : ArtifactFieldNames

The RelativityApplicationFieldNames type exposes the following members.

Constructors

  NameDescription
Public methodRelativityApplicationFieldNames
Initializes a new instance of the RelativityApplicationFieldNames class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberAgentTypes
Provides a list of agent types associated with an application.
Public fieldStatic memberApplicationFields
Provides a list of fields associated with an application.
Public fieldStatic memberApplicationInstallationStatus
Provides that status of an application installation.
Public fieldStatic memberApplicationIsDirty
Indicates whether the application has been unlocked since the last upgrade.
Public fieldStatic memberChoices
Provides a list of choices associated with an application.
Public fieldStatic memberCustomPages
Provides a list of custom pages associated with an application.
Public fieldStatic memberEventHandlers
Provides a list of event handlers used to add custom functionality to the application.
Public fieldStatic memberGlobalApplication
Indicates whether application is only able to be installed to the Application Library.
Public fieldStatic memberLastExported
Provides the date when an application was last exported as a DateTime object.
Public fieldStatic memberLayouts
Provides a list of layouts associated with the application.
Public fieldStatic memberLocked
Indicates whether the application or any of its associated objects can be edited.
Public fieldStatic memberName
Represents the name of a Relativity application as a string.
Public fieldStatic memberObjectRules
Provides a list of rules that control specific aspects of an object type's behavior.
Public fieldStatic memberObjectTypes
Provides a list of object types associated with the application.
Public fieldStatic memberOriginSignature
Indicates whether the origin of an application that is being upgraded matches that of the new version being installed.
Public fieldStatic memberRelativityScripts
Provides a list of scripts used by an application to manipulate Relativity data without directly accessing the SQL server.
Public fieldStatic memberSavedSearch
Provides a list of saved searches associated with an application.
Public fieldStatic memberTabDisplay
Indicates whether the tabs in an application should display in a vertical or horizontal list under the parent tab.
Public fieldStatic memberTabs
Provides a list of tabs associated with an application.
Public fieldStatic memberUserFriendlyURL
Represents the User-friendly URL of a Relativity application as a string.
Public fieldStatic memberVersion
Provides the version number assigned to an application as a string.
Public fieldStatic memberViews
Provides a list of views associated with an applicaiton.
Top
See Also

Reference