C# Class SevenDigital.Parsing.XsdToObject.PropertyInfo

ファイルを表示 Open project: 7digital/XsdToObject Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetCodeName ( ) : string
GetCodeType ( ) : string
GetHashCode ( ) : int
PropertyInfo ( ClassInfo targetClass )
ToString ( ) : string

Private Methods

Method Description
Equals ( PropertyInfo other ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetCodeName() public method

public GetCodeName ( ) : string
return string

GetCodeType() public method

public GetCodeType ( ) : string
return string

GetHashCode() public method

public GetHashCode ( ) : int
return int

PropertyInfo() public method

public PropertyInfo ( ClassInfo targetClass )
targetClass ClassInfo

ToString() public method

public ToString ( ) : string
return string