Show / Hide Table of Contents

Class ConnectedAmlSqlWriterSettings

Settings and metadata used to generate a SQL statement from AML. Metadata will be queried using the specified IConnection

Inheritance
System.Object
ConnectedAmlSqlWriterSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public class ConnectedAmlSqlWriterSettings : IAmlSqlWriterSettings

Constructors

| Improve this Doc View Source

ConnectedAmlSqlWriterSettings(IConnection)

Initializes a new instance of the ConnectedAmlSqlWriterSettings class for the specified IConnection.

Declaration
public ConnectedAmlSqlWriterSettings(IConnection conn)
Parameters
Type Name Description
IConnection conn

The connection.

Properties

| Improve this Doc View Source

AmlContext

Gets the aml context used for serializing/deserializing values

Declaration
public ElementFactory AmlContext { get; }
Property Value
Type Description
ElementFactory
Implements
IAmlSqlWriterSettings.AmlContext
| Improve this Doc View Source

IdentityList

Gets the identity list for the current user

Declaration
public string IdentityList { get; }
Property Value
Type Description
System.String
Implements
IAmlSqlWriterSettings.IdentityList
| Improve this Doc View Source

PermissionOption

How to handle permissions with the query

Declaration
public AmlSqlPermissionOption PermissionOption { get; set; }
Property Value
Type Description
AmlSqlPermissionOption
Implements
IAmlSqlWriterSettings.PermissionOption
| Improve this Doc View Source

RenderOption

What portion of the SQL query to render

Declaration
public AmlSqlRenderOption RenderOption { get; set; }
Property Value
Type Description
AmlSqlRenderOption
Implements
IAmlSqlWriterSettings.RenderOption
| Improve this Doc View Source

UserId

ID of the current user

Declaration
public string UserId { get; }
Property Value
Type Description
System.String
Implements
IAmlSqlWriterSettings.UserId

Methods

| Improve this Doc View Source

GetProperties(String)

Gets the property metadata for an itemtype by name.

Declaration
public IDictionary<string, Property> GetProperties(string itemType)
Parameters
Type Name Description
System.String itemType

Name of the itemtype

Returns
Type Description
System.Collections.Generic.IDictionary<System.String, Property>
Implements
IAmlSqlWriterSettings.GetProperties(String)

See Also

IAmlSqlWriterSettings
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX