| Innovator.Client Namespace |
| Class | Description | |
|---|---|---|
| Activity |
Wrapper for items representing Activities
| |
| AnonymousCredentials |
Credentials for a user that is not authenticated
| |
| AsymmetricEncryptor | ||
| Command |
An AML request to be submitted to the server
| |
| ConnectionExtensions | ||
| ConnectionPool | ||
| ConnectionPreferences | ||
| Core |
Extension methods for retrieving core AML properties and attributes
| |
| DynamicDateTimeRange | ||
| ElementFactory |
Class for generated mutable AML objects
| |
| ExplicitCredentials |
Credentials with a specified user name and password provided by the user
| |
| ExplicitHashCredentials |
Credentials with a specified user name and MD5 password hash provided by the user
| |
| Extensions | ||
| Factory |
Class for generating connection to an Aras Innovator instance
| |
| HttpException | ||
| HttpTimeoutException | ||
| ItemExtensions |
Various extension methods pertaining to various AML interfaces
| |
| ItemRef | ||
| ItemWrapper |
Wraps an Aras item so that additional functionality can be provided
| |
| JsonFormatter | ||
| LifeCycleState |
Wrapper for items representing Life Cycle States
| |
| LifeCycleTransition |
Wrapper for items representing Life Cycle Transitions
| |
| LoggedOutException | ||
| NoItemsFoundException | ||
| ParameterSubstitution |
Class for substituting @-prefixed parameters with their values
| |
| PromiseT | Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the .NET Framework; it is the root of the type hierarchy. | |
| PromiseResultT1, T2 | ||
| PromiseResultT1, T2, T3 | ||
| PromiseResultT1, T2, T3, T4 | ||
| Promises |
Various methods useful for interacting with promises
| |
| SecureToken |
http://web.archive.org/web/20090928112609/http://dotnet.org.za/markn/archive/2008/10/04/handling-passwords.aspx
| |
| ServerContext | ||
| ServerException | ||
| SmartCompressionStream | ||
| SqlBatchWriter |
Class for building a large string of SQL which will be sent to the database in batches for
execution using the ApplySQL action
| |
| SqlFormatter | ||
| StaticDateTimeRange | ||
| SubSelect |
Class for parsing and storing AML select attributes
| |
| UnixDate | ||
| UploadCommand |
A request used for uploading files to the database
| |
| Utils | ||
| ValidationException | ||
| ValidationReportException | ||
| Vault |
Provides metadata for an Aras file vault
| |
| WindowsCredentials |
Credentials leveraged with Windows authentication (a.k.a. NTML or Kerberos)
| |
| WorkflowProcess |
Wrapper for items representing a Workflow Process
| |
| XmlFormatter |
| Interface | Description | |
|---|---|---|
| IAmlNode |
Represents a node of AML structure that can be rendered to AML
| |
| IAsyncConnection |
Interface for a connection to an Aras Innovator instance that allows asynchronous calls
| |
| IAsyncScript | ||
| IAttribute |
A modifiable AML attribute
| |
| ICancelable |
Indicates that an operation can be canceled
| |
| IConnection |
Interface for a connection to an Aras Innovator instance
| |
| ICredentials |
Credentials for authenticating to an Aras Innovator instance
| |
| IElement | A modifiable AML element. This element could be an Item, property, result tag, or something else | |
| IErrorBuilder |
Represents an interface for building an error message
| |
| IHttpRequest |
HTTP request being sent to a server (Aras, Proxy, etc.)
| |
| IHttpResponse | ||
| IItem |
Represents an Aras Item that is modifiable
| |
| IItemRef |
Reference to an Aras item specifying the type name and ID
| |
| ILogical | ||
| INetCredentials |
Specifies that an ICredentials instance can be extracted from the credentials object
| |
| IPromise |
Represents a promise that a result will be provided at some point in the future
| |
| IPromiseT |
Represents a promise that a result of the specified type will be provided at some point in the future
| |
| IProperty |
A modifiable property of an item
| |
| IReadOnlyAttribute |
A read-only AML attribute
| |
| IReadOnlyElement | A read-only AML element. This element could be an Item, property, result tag, or something else | |
| IReadOnlyItem |
Represents an Aras Item that is read only. By default, the connection object returns IReadOnlyItems to encouarge
treating the results as immutable
| |
| IReadOnlyLogical | ||
| IReadOnlyProperty |
A readonly property of an item
| |
| IReadOnlyRelationships | ||
| IReadOnlyResult |
Represents a read-only result of an Aras query that can either be a string, an exception, or zero or more items
| |
| IRelationships | ||
| IRemoteConnection |
An HTTP connection to an innovator instance (or proxy) that is not located in the same
memory space as the current code
| |
| IResult |
Represents a modifiable result of an Aras query that can either be a string, an exception, or zero or more items
| |
| IServerContext | ||
| IStreamWriter | ||
| ITokenStore |
| Delegate | Description | |
|---|---|---|
| SecureTokenFuncRefT1, TR |
| Enumeration | Description | |
|---|---|---|
| CommandAction | Allowable SOAP actions | |
| CompressionType | ||
| Condition |
Possible value for the condition attribute of a property for an AML get query
| |
| DateMagnitude | ||
| LockStatusType | ||
| ParameterSubstitutionMode | ||
| PromiseTCondition |
Condition under which callbacks should be executed
| |
| QueryType | ||
| SessionPolicy |