C# 클래스 Microsoft.Research.DataOnboarding.Utilities.Extensions.DataFileExtension

Extension class for Datafile class to set the data from the File type.
파일 보기 프로젝트 열기: CDLUC3/dataup2

공개 메소드들

메소드 설명
SetValuesFrom ( this dataFile, Microsoft.Research.DataOnboarding.DomainModel.File file ) : void

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

메소드 상세

SetValuesFrom() 공개 정적인 메소드

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.
리턴 void