C# Class nHydrate.Dsl.IndexColumn

Show file Open project: nHydrate/nHydrate Class Usage Examples

Private Properties

Property Type Description
Validate void

Public Methods

Method Description
IndexColumn ( global::Microsoft.VisualStudio.Modeling store ) : System

Constructor

ToString ( ) : string

Protected Methods

Method Description
OnDeleting ( ) : void
OnPropertyChanged ( System e ) : void

Private Methods

Method Description
Validate ( ValidationContext context ) : void

Method Details

IndexColumn() public method

Constructor
public IndexColumn ( global::Microsoft.VisualStudio.Modeling store ) : System
store global::Microsoft.VisualStudio.Modeling Store where new element is to be created.
return System

OnDeleting() protected method

protected OnDeleting ( ) : void
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( System e ) : void
e System
return void

ToString() public method

public ToString ( ) : string
return string