Table of Contents

Class FileChange

Namespace
InSite.Application.Files.Read
Assembly
Shift.Sdk.dll
public class FileChange
Inheritance
FileChange
Inherited Members
Extension Methods

Constructors

FileChange(string, bool, bool)

public FileChange(string fieldName, bool oldValue, bool newValue)

Parameters

fieldName string
oldValue bool
newValue bool

FileChange(string, bool, string, string)

public FileChange(string fieldName, bool isDate, string oldValue, string newValue)

Parameters

fieldName string
isDate bool
oldValue string
newValue string

FileChange(string, DateTimeOffset?, DateTimeOffset?)

public FileChange(string fieldName, DateTimeOffset? oldValue, DateTimeOffset? newValue)

Parameters

fieldName string
oldValue DateTimeOffset?
newValue DateTimeOffset?

FileChange(string, string, string)

public FileChange(string fieldName, string oldValue, string newValue)

Parameters

fieldName string
oldValue string
newValue string

Properties

FieldName

public string FieldName { get; }

Property Value

string

IsDate

public bool IsDate { get; }

Property Value

bool

NewDate

public DateTimeOffset? NewDate { get; }

Property Value

DateTimeOffset?

NewValue

public string NewValue { get; }

Property Value

string

OldDate

public DateTimeOffset? OldDate { get; }

Property Value

DateTimeOffset?

OldValue

public string OldValue { get; }

Property Value

string

Methods

ShouldSerializeIsDate()

public bool ShouldSerializeIsDate()

Returns

bool