Struct MDPImportWarning
Summary description for FillResult.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Mediachase.MetaDataPlus.Import
Assembly: Mediachase.MetaDataPlus.dll
Version: 10.8.0Syntax
public struct MDPImportWarning
Constructors
MDPImportWarning(Int32, String)
Declaration
public MDPImportWarning(int rowIndex, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | rowIndex | |
| System.String | message |
Fields
Message
Declaration
public string Message
Field Value
| Type | Description |
|---|---|
| System.String |
RowIndex
Declaration
public int RowIndex
Field Value
| Type | Description |
|---|---|
| System.Int32 |