Class ImporterFormulaContext
Inheritance
System.Object
ImporterFormulaContext
Inherited Members
StandardFunctions.IsIn(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)
StandardFunctions.SelectCase(Object, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>)
StandardFunctions.SelectCase(Object, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>)
StandardFunctions.SelectCase(Object, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>)
StandardFunctions.SelectCase(Object, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>)
StandardFunctions.SelectCase(Object, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>)
StandardFunctions.SelectCase(Object, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>, Func<Task<Object>>)
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()
Assembly: API.dll
Syntax
public class ImporterFormulaContext : FormulaFunctions, IFormulaImporterContext, IFormulaFunctions
Properties
Item
The item being created/updated and imported
Declaration
public IBaseEntity Item { get; }
Property Value
Methods
GetValueFromColumnIndex(Int16)
Returns the raw string data from the import file for the mapping property that matches on Sequence
Declaration
public string GetValueFromColumnIndex(short colIndex)
Parameters
Type |
Name |
Description |
System.Int16 |
colIndex |
|
Returns
Type |
Description |
System.String |
The raw string data from the import file for the mapping property that matches on Sequence
|
Returns the raw string data from the import file for the mapping property that matches on ColumnHeaderName
Declaration
public string GetValueFromHeaderName(string headerName)
Parameters
Type |
Name |
Description |
System.String |
headerName |
|
Returns
Type |
Description |
System.String |
The raw string data from the import file for the mapping property that matches on ColumnHeaderName
|
GetValueFromMappedProperty(String)
Returns the raw string data from the import file for the mapping property that matches on PropertyName
Declaration
public string GetValueFromMappedProperty(string header)
Parameters
Type |
Name |
Description |
System.String |
header |
The property name of the mapping property to retrieve the value from that matches on PropertyName
|
Returns
Type |
Description |
System.String |
The raw string data from the import file for the mapping property that matches on PropertyName
|
ItemAs<T>()
The imported item cast as the type of entity it should be
Declaration
public T ItemAs<T>()
where T : IBaseEntity
Returns
Type |
Description |
T |
The imported item cast as the type of entity it should be
|
Type Parameters
Name |
Description |
T |
The type of entity that should be being imported
|
Implements
Extension Methods