C# Class Microsoft.Research.DataOnboarding.Utilities.Extensions.DataFileExtension

Extension class for Datafile class to set the data from the File type.
Show file Open project: CDLUC3/dataup2

Public Methods

Method Description
SetValuesFrom ( this dataFile, Microsoft.Research.DataOnboarding.DomainModel.File file ) : void

Extension method for Datafile class to set the data from the File type.

Method Details

SetValuesFrom() public static method

Extension method for Datafile class to set the data from the File type.
public static SetValuesFrom ( this dataFile, Microsoft.Research.DataOnboarding.DomainModel.File file ) : void
dataFile this DataFile object.
file Microsoft.Research.DataOnboarding.DomainModel.File File object.
return void