C# Класс RIM.VSNDK_Package.Import.Model.ImportModel

DataModel Class for the Import Dialog
Наследование: INotifyPropertyChanged
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddBlackBerryConfigurations ( Project proj ) : void

add blackberry configurations

AddSummaryString ( string entry ) : void

Helper function to add a summary string to the list

ImportModel ( ) : System

ImportModel Constructor

WalkDirectoryTree ( Project proj, DirectoryInfo sourceDir, DirectoryInfo destinationDir, VCFilter filter ) : bool

Recursive Function to walk a specified directory tree and add the files into a Visual Studio C project.

Защищенные методы

Метод Описание
OnPropertyChanged ( string propName ) : void

Fire the PropertyChnaged event handler on change of property

Приватные методы

Метод Описание
AddFileToProject ( Project proj, string source, string destination, VCFilter filter ) : void

Add File to specified project

AddFolderToProject ( Project proj, string dirInfo, string newDir, VCFilter filter ) : VCFilter

Add Folder to Specified Project

Описание методов

AddBlackBerryConfigurations() публичный Метод

add blackberry configurations
public AddBlackBerryConfigurations ( Project proj ) : void
proj Project
Результат void

AddSummaryString() публичный Метод

Helper function to add a summary string to the list
public AddSummaryString ( string entry ) : void
entry string
Результат void

ImportModel() публичный Метод

ImportModel Constructor
public ImportModel ( ) : System
Результат System

OnPropertyChanged() защищенный Метод

Fire the PropertyChnaged event handler on change of property
protected OnPropertyChanged ( string propName ) : void
propName string
Результат void

WalkDirectoryTree() публичный Метод

Recursive Function to walk a specified directory tree and add the files into a Visual Studio C project.
public WalkDirectoryTree ( Project proj, DirectoryInfo sourceDir, DirectoryInfo destinationDir, VCFilter filter ) : bool
proj Project Destination Project
sourceDir System.IO.DirectoryInfo Source Directory to begin walking
destinationDir System.IO.DirectoryInfo Destination Directory of new project to copy files to
filter VCFilter VCFilter object to add files to
Результат bool