Class IntellixFieldAssignments
Inheritance
System.Object
IntellixFieldAssignments
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: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
[Tucan]
public class IntellixFieldAssignments
Properties
IntellixLanguage
Declaration
public string IntellixLanguage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IntellixTableFieldItems
Declaration
public List<IntellixTableFieldMapping> IntellixTableFieldItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IntellixTableFieldMapping> |
Items
Declaration
public List<IntellixFieldMapping> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IntellixFieldMapping> |