C# Class NS_Glyph.GErr

Inheritance: NS_ValCommon.ValInfoBasic, I_Drawable
Show file Open project: HinTak/Font-Validator Class Usage Examples

Protected Properties

Property Type Description
gscope string
indexGlyphOwner int
severity TypeGErrSeverity
signCreator string
typeGlyph GConsts.TypeGlyph

Private Properties

Property Type Description

Public Methods

Method Description
ClearDestroy ( ) : bool
DICFunc_HasSeverity ( NS_ValCommon.ValInfoBasic info, GErr severity ) : bool
Draw ( I_Draw i_draw, NS_IDraw.DrawParam dp ) : void
HasErrorType ( int indexGlyph, NS_Glyph.GScope scope, System typeGErr ) : bool
HasSeverity ( int indexGlyph, NS_Glyph.GScope scope, GErr severity ) : bool
IsSame ( object obj ) : bool
Read ( string str ) : bool
ToString ( ) : string
Write ( ) : string
WriteSpecific ( ) : string
WriteUserFriendly ( ) : string

Protected Methods

Method Description
ClearFunc ( ) : void
SetScope ( ) : void

Method Details

ClearDestroy() public method

public ClearDestroy ( ) : bool
return bool

ClearFunc() protected method

protected ClearFunc ( ) : void
return void

DICFunc_HasSeverity() public static method

public static DICFunc_HasSeverity ( NS_ValCommon.ValInfoBasic info, GErr severity ) : bool
info NS_ValCommon.ValInfoBasic
severity GErr
return bool

Draw() public method

public Draw ( I_Draw i_draw, NS_IDraw.DrawParam dp ) : void
i_draw I_Draw
dp NS_IDraw.DrawParam
return void

HasErrorType() public method

public HasErrorType ( int indexGlyph, NS_Glyph.GScope scope, System typeGErr ) : bool
indexGlyph int
scope NS_Glyph.GScope
typeGErr System
return bool

HasSeverity() public method

public HasSeverity ( int indexGlyph, NS_Glyph.GScope scope, GErr severity ) : bool
indexGlyph int
scope NS_Glyph.GScope
severity GErr
return bool

IsSame() public method

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

Read() public method

public Read ( string str ) : bool
str string
return bool

SetScope() protected method

protected SetScope ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Write() public method

public Write ( ) : string
return string

WriteSpecific() public method

public WriteSpecific ( ) : string
return string

WriteUserFriendly() public method

public WriteUserFriendly ( ) : string
return string

Property Details

gscope protected property

protected string gscope
return string

indexGlyphOwner protected property

protected int indexGlyphOwner
return int

severity protected property

protected TypeGErrSeverity severity
return TypeGErrSeverity

signCreator protected property

protected string signCreator
return string

typeGlyph protected property

protected GConsts.TypeGlyph typeGlyph
return GConsts.TypeGlyph