C# 클래스 SerializersTests.Messages.InheritedObject

상속: BaseObject, IAssertEquality
파일 보기 프로젝트 열기: etishor/SerializationTests 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AssertEquality ( object other ) : void
CreateInstance ( ) : InheritedObject
InheritedObject ( System.Guid field, string baseField, int baseProperty ) : System

메소드 상세

AssertEquality() 공개 메소드

public AssertEquality ( object other ) : void
other object
리턴 void

CreateInstance() 공개 정적인 메소드

public static CreateInstance ( ) : InheritedObject
리턴 InheritedObject

InheritedObject() 공개 메소드

public InheritedObject ( System.Guid field, string baseField, int baseProperty ) : System
field System.Guid
baseField string
baseProperty int
리턴 System