C# Class HedgehogDevelopment.Scaas.WinFormClient.Article

Show file Open project: HedgehogDevelopment/sitecore-content-service Class Usage Examples

Public Methods

Method Description
Article ( ) : System
BindContent ( ArticleItem article ) : void
Expand ( ) : void
ExpandContract_Click ( object sender, EventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Shrink ( ) : void

Private Methods

Method Description
Article_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Article() public method

public Article ( ) : System
return System

BindContent() public method

public BindContent ( ArticleItem article ) : void
article ArticleItem
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Expand() public method

public Expand ( ) : void
return void

ExpandContract_Click() public method

public ExpandContract_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Shrink() protected method

protected Shrink ( ) : void
return void