C# 클래스 Simpl.Serialization.Types.CompositeType

A class that represents a given composite type.
상속: SimplType
파일 보기 프로젝트 열기: ecologylab/simplCSharp 1 사용 예제들

공개 메소드들

메소드 설명
CanBeCreatedFrom ( Type aType ) : bool

Determines if a simpl composite Type can be created for the given C# TYpe

CompositeType ( Type theType ) : System
SimplEquals ( object left, object right ) : bool

보호된 메소드들

메소드 설명
DeriveJavaTypeName ( ) : string
DeriveObjectiveCTypeName ( ) : string

비공개 메소드들

메소드 설명
RecursiveSimplEquals ( object left, object right, List leftCompared, List rightCompared ) : bool
SimplEquals ( object left, object right, List leftCompared, List rightCompared ) : bool

메소드 상세

CanBeCreatedFrom() 공개 정적인 메소드

Determines if a simpl composite Type can be created for the given C# TYpe
public static CanBeCreatedFrom ( Type aType ) : bool
aType System.Type The type to consider
리턴 bool

CompositeType() 공개 메소드

public CompositeType ( Type theType ) : System
theType System.Type
리턴 System

DeriveJavaTypeName() 보호된 메소드

protected DeriveJavaTypeName ( ) : string
리턴 string

DeriveObjectiveCTypeName() 보호된 메소드

protected DeriveObjectiveCTypeName ( ) : string
리턴 string

SimplEquals() 공개 메소드

public SimplEquals ( object left, object right ) : bool
left object
right object
리턴 bool