The string names of fields used on Relativity Applications.
Inheritance Hierarchy
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
The RelativityApplicationFieldNames type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | RelativityApplicationFieldNames | Initializes a new instance of the RelativityApplicationFieldNames class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | AgentTypes |
Provides a list of agent types associated with an application.
|
![]() ![]() | ApplicationFields |
Provides a list of fields associated with an application.
|
![]() ![]() | ApplicationInstallationStatus |
Provides that status of an application installation.
|
![]() ![]() | ApplicationIsDirty |
Indicates whether the application has been unlocked since the last upgrade.
|
![]() ![]() | Choices |
Provides a list of choices associated with an application.
|
![]() ![]() | CustomPages |
Provides a list of custom pages associated with an application.
|
![]() ![]() | EventHandlers |
Provides a list of event handlers used to add custom functionality to the application.
|
![]() ![]() | GlobalApplication |
Indicates whether application is only able to be installed to the Application Library.
|
![]() ![]() | LastExported |
Provides the date when an application was last exported as a DateTime object.
|
![]() ![]() | Layouts |
Provides a list of layouts associated with the application.
|
![]() ![]() | Locked |
Indicates whether the application or any of its associated objects can be edited.
|
![]() ![]() | Name |
Represents the name of a Relativity application as a string.
|
![]() ![]() | ObjectRules |
Provides a list of rules that control specific aspects of an object type's behavior.
|
![]() ![]() | ObjectTypes |
Provides a list of object types associated with the application.
|
![]() ![]() | OriginSignature |
Indicates whether the origin of an application that is being upgraded matches
that of the new version being installed.
|
![]() ![]() | RelativityScripts |
Provides a list of scripts used by an application to manipulate Relativity data
without directly accessing the SQL server.
|
![]() ![]() | SavedSearch |
Provides a list of saved searches associated with an application.
|
![]() ![]() | TabDisplay |
Indicates whether the tabs in an application should display in a vertical or
horizontal list under the parent tab.
|
![]() ![]() | Tabs |
Provides a list of tabs associated with an application.
|
![]() ![]() | UserFriendlyURL |
Represents the User-friendly URL of a Relativity application as a string.
|
![]() ![]() | Version |
Provides the version number assigned to an application as a string.
|
![]() ![]() | Views |
Provides a list of views associated with an applicaiton.
|
See Also