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 SourceConnectedAmlSqlWriterSettings(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 SourceAmlContext
Gets the aml context used for serializing/deserializing values
Declaration
public ElementFactory AmlContext { get; }
Property Value
Type | Description |
---|---|
ElementFactory |
Implements
| Improve this Doc View SourceIdentityList
Gets the identity list for the current user
Declaration
public string IdentityList { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
| Improve this Doc View SourcePermissionOption
How to handle permissions with the query
Declaration
public AmlSqlPermissionOption PermissionOption { get; set; }
Property Value
Type | Description |
---|---|
AmlSqlPermissionOption |
Implements
| Improve this Doc View SourceRenderOption
What portion of the SQL query to render
Declaration
public AmlSqlRenderOption RenderOption { get; set; }
Property Value
Type | Description |
---|---|
AmlSqlRenderOption |
Implements
| Improve this Doc View SourceUserId
ID of the current user
Declaration
public string UserId { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Methods
| Improve this Doc View SourceGetProperties(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> |