C# Class SlideBuilder.Models.Slides.MDSlidePresentationTitle

Inheritance: MDSlide, IMDSlide
Mostra file Open project: TelerikAcademy/Common

Public Methods

Method Description
AddShape ( IMDShape mdShape ) : void
AddShapes ( IEnumerable mdShapes ) : void
MDSlidePresentationTitle ( ) : System.Collections.Generic
ToStringArray ( ) : string[]

Private Methods

Method Description
ParseSignature ( ) : string

Method Details

AddShape() public method

public AddShape ( IMDShape mdShape ) : void
mdShape IMDShape
return void

AddShapes() public method

public AddShapes ( IEnumerable mdShapes ) : void
mdShapes IEnumerable
return void

MDSlidePresentationTitle() public method

public MDSlidePresentationTitle ( ) : System.Collections.Generic
return System.Collections.Generic

ToStringArray() public method

public ToStringArray ( ) : string[]
return string[]