C# Класс Case.IssueTracker.Data.BCF2.BcfContainer

Model View, binds to the tab control, contains the BCf files and the main methods as save, open...
Наследование: INotifyPropertyChanged
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
BcfOpened void
DeserializeMarkup Markup
DeserializeProject ProjectExtension
DeserializeViewpoint VisualizationInfo
NotifyPropertyChanged void
OpenBcfDialog IEnumerable
OpenBcfFile BcfFile
SaveBcfDialog string

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

Метод Описание
BcfContainer ( ) : System
CloseFile ( BcfFile bcf ) : void
MergeFiles ( BcfFile bcf ) : void
NewFile ( ) : void
OpenFile ( ) : void
OpenFile ( string path ) : void
SaveBcfFile ( BcfFile bcffile ) : bool

Serializes to a bcfzip and saves it to disk

SaveFile ( BcfFile bcf ) : void

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

Метод Описание
BcfOpened ( BcfFile newbcf ) : void
DeserializeMarkup ( string path ) : Markup
DeserializeProject ( string path ) : ProjectExtension
DeserializeViewpoint ( string path ) : VisualizationInfo
NotifyPropertyChanged ( String info ) : void
OpenBcfDialog ( ) : IEnumerable

Prompts a dialog to select one or more BCF files to open

OpenBcfFile ( string bcfzipfile ) : BcfFile

Logic that extracts files from a bcfzip and deserializes them

SaveBcfDialog ( string filename ) : string

Prompts a the user to select where to save the bcfzip

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

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

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

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

public CloseFile ( BcfFile bcf ) : void
bcf BcfFile
Результат void

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

public MergeFiles ( BcfFile bcf ) : void
bcf BcfFile
Результат void

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

public NewFile ( ) : void
Результат void

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

public OpenFile ( ) : void
Результат void

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

public OpenFile ( string path ) : void
path string
Результат void

SaveBcfFile() публичный статический Метод

Serializes to a bcfzip and saves it to disk
public static SaveBcfFile ( BcfFile bcffile ) : bool
bcffile BcfFile
Результат bool

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

public SaveFile ( BcfFile bcf ) : void
bcf BcfFile
Результат void