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

Extension class for Datafile class to set the data from the File type.
显示文件 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