C# 클래스 Testing.CurrencyRate

상속: System.Data.Objects.DataClasses.EntityObject
파일 보기 프로젝트 열기: jonfazzaro/meddle 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnAverageRateChanged void
OnAverageRateChanging void
OnCurrencyRateDateChanged void
OnCurrencyRateDateChanging void
OnCurrencyRateIDChanged void
OnCurrencyRateIDChanging void
OnEndOfDayRateChanged void
OnEndOfDayRateChanging void
OnFromCurrencyCodeChanged void
OnFromCurrencyCodeChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void
OnToCurrencyCodeChanged void
OnToCurrencyCodeChanging void

공개 메소드들

메소드 설명
CreateCurrencyRate ( global currencyRateID, global currencyRateDate, global fromCurrencyCode, global toCurrencyCode, global averageRate, global endOfDayRate, global modifiedDate ) : CurrencyRate

Create a new CurrencyRate object.

비공개 메소드들

메소드 설명
OnAverageRateChanged ( ) : void
OnAverageRateChanging ( global value ) : void
OnCurrencyRateDateChanged ( ) : void
OnCurrencyRateDateChanging ( global value ) : void
OnCurrencyRateIDChanged ( ) : void
OnCurrencyRateIDChanging ( global value ) : void
OnEndOfDayRateChanged ( ) : void
OnEndOfDayRateChanging ( global value ) : void
OnFromCurrencyCodeChanged ( ) : void
OnFromCurrencyCodeChanging ( global value ) : void
OnModifiedDateChanged ( ) : void
OnModifiedDateChanging ( global value ) : void
OnToCurrencyCodeChanged ( ) : void
OnToCurrencyCodeChanging ( global value ) : void

메소드 상세

CreateCurrencyRate() 공개 정적인 메소드

Create a new CurrencyRate object.
public static CreateCurrencyRate ( global currencyRateID, global currencyRateDate, global fromCurrencyCode, global toCurrencyCode, global averageRate, global endOfDayRate, global modifiedDate ) : CurrencyRate
currencyRateID global Initial value of the CurrencyRateID property.
currencyRateDate global Initial value of the CurrencyRateDate property.
fromCurrencyCode global Initial value of the FromCurrencyCode property.
toCurrencyCode global Initial value of the ToCurrencyCode property.
averageRate global Initial value of the AverageRate property.
endOfDayRate global Initial value of the EndOfDayRate property.
modifiedDate global Initial value of the ModifiedDate property.
리턴 CurrencyRate