C# Class AzureDNSManager.AzureDNSViewModel

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: sandercox/AzureDNSManager

Public Methods

Method Description
AzureDNSViewModel ( ) : Microsoft.Azure.Common.Authentication
OnPropertyChanged ( [ name = null ) : void

Protected Methods

Method Description
AddRecord ( object param ) : void
AddRecordEntry ( object param ) : void
AddZone ( ) : void
CommitRecord ( object param ) : void
CopyRecordSet ( object param ) : void
DeleteRecord ( object param ) : void
DeleteRecordEntry ( object param ) : void
GetRecordType ( string type ) : RecordType
PasteRecordSet ( object param ) : void

Private Methods

Method Description
ReloadRecords ( ) : void
ReloadResourceGroups ( ) : void
ReloadZones ( ) : void

Method Details

AddRecord() protected method

protected AddRecord ( object param ) : void
param object
return void

AddRecordEntry() protected method

protected AddRecordEntry ( object param ) : void
param object
return void

AddZone() protected method

protected AddZone ( ) : void
return void

AzureDNSViewModel() public method

public AzureDNSViewModel ( ) : Microsoft.Azure.Common.Authentication
return Microsoft.Azure.Common.Authentication

CommitRecord() protected method

protected CommitRecord ( object param ) : void
param object
return void

CopyRecordSet() protected method

protected CopyRecordSet ( object param ) : void
param object
return void

DeleteRecord() protected method

protected DeleteRecord ( object param ) : void
param object
return void

DeleteRecordEntry() protected method

protected DeleteRecordEntry ( object param ) : void
param object
return void

GetRecordType() protected method

protected GetRecordType ( string type ) : RecordType
type string
return RecordType

OnPropertyChanged() public method

public OnPropertyChanged ( [ name = null ) : void
name [
return void

PasteRecordSet() protected method

protected PasteRecordSet ( object param ) : void
param object
return void