Class FillResult
Inheritance
System.Object
FillResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.MetaDataPlus.Import
Assembly: Mediachase.MetaDataPlus.dll
Version: 10.8.0Syntax
public class FillResult
Constructors
FillResult(Int32)
Declaration
public FillResult(int totalRows)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | totalRows |
Properties
ErrorRows
Declaration
public int ErrorRows { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Errors
Declaration
public string[] Errors { get; }
Property Value
Type | Description |
---|---|
System.String[] |
Exceptions
Declaration
public Exception[] Exceptions { get; }
Property Value
Type | Description |
---|---|
System.Exception[] |
SuccessfulRows
Declaration
public int SuccessfulRows { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalRows
Declaration
public int TotalRows { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Warnings
Declaration
public MDPImportWarning[] Warnings { get; }
Property Value
Type | Description |
---|---|
MDPImportWarning[] |