London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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: 13.30.0
Syntax
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[]