DARelativityClientFileDomain
Overview
DARelativityClientFileDomain is the class that represents a model for certain domain inside the *.RelatvityClient
files.
It keeps the domain name, login & password for data access and list of schema names inside the domain.
Location
- Reference: DARelativityClientFile.h
- Namespace: DataAbstract
- Ancestry: NSObject | DARelativityClientFileDomain
Properties
dataLoginName copy
login name for accessing the data
@property (copy) NSString *dataLoginName
dataPassword copy
password for accessing the data
@property (copy) NSString *dataPassword
name copy
name of the domain
@property (copy) NSString *name
schemas
Array of referenced schema names in given domain
@property (readonly) NSMutableArray *schemas
Class Methods
relativityClientFileDomain
Class method for creating instance of the DARelativityClientFileDomain.
+ (DARelativityClientFileDomain *) relativityClientFileDomain
- Relativity
- Working with RelativityClient files