C# Class JPB.DataAccess.EntityCreator.UI.MsSQL.ViewModel.Comparer.Models.ColumnInfoViewModel

Inheritance: AsyncViewModelBase, IColumInfoModel
显示文件 Open project: JPVenson/DataAccess

Private Properties

Property Type Description

Public Methods

Method Description
ColumnInfoViewModel ( IColumInfoModel model ) : System.Collections.Generic
Compare ( IColumInfoModel other ) : IEnumerable
Equals ( IColumInfoModel other ) : bool
GetPropertyName ( ) : string

Method Details

ColumnInfoViewModel() public method

public ColumnInfoViewModel ( IColumInfoModel model ) : System.Collections.Generic
model IColumInfoModel
return System.Collections.Generic

Compare() public method

public Compare ( IColumInfoModel other ) : IEnumerable
other IColumInfoModel
return IEnumerable

Equals() public method

public Equals ( IColumInfoModel other ) : bool
other IColumInfoModel
return bool

GetPropertyName() public method

public GetPropertyName ( ) : string
return string