C# 클래스 NCldr.Types.Dates

상속: ICloneable
파일 보기 프로젝트 열기: GuySmithFerrier/NCLDR 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clone ( ) : object

Clone clones the object

Combine ( Dates combinedDates, Dates parentDates ) : Dates

Combine combines a child with a parent as necessary and returns the combined object

메소드 상세

Clone() 공개 메소드

Clone clones the object
public Clone ( ) : object
리턴 object

Combine() 공개 정적인 메소드

Combine combines a child with a parent as necessary and returns the combined object
public static Combine ( Dates combinedDates, Dates parentDates ) : Dates
combinedDates Dates The child object
parentDates Dates The parent object
리턴 Dates