C# 클래스 Binda.BindaAlias

파일 보기 프로젝트 열기: minton/binda

공개 메소드들

메소드 설명
BindaAlias ( string property, string alias )

Creates an alias for a destination property.

메소드 상세

BindaAlias() 공개 메소드

Creates an alias for a destination property.
public BindaAlias ( string property, string alias )
property string Name of the property with an alias.
alias string The name of the alias.