C# Class NS_Glyph.GErr

Inheritance: NS_ValCommon.ValInfoBasic, I_Drawable
Afficher le fichier Open project: HinTak/Font-Validator Class Usage Examples

Protected Properties

Свойство Type Description
gscope string
indexGlyphOwner int
severity TypeGErrSeverity
signCreator string
typeGlyph GConsts.TypeGlyph

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
ClearFunc ( ) : void
SetScope ( ) : void

Method Details

ClearDestroy() public méthode

public ClearDestroy ( ) : bool
Résultat bool

ClearFunc() protected méthode

protected ClearFunc ( ) : void
Résultat void

DICFunc_HasSeverity() public static méthode

public static DICFunc_HasSeverity ( NS_ValCommon.ValInfoBasic info, GErr severity ) : bool
info NS_ValCommon.ValInfoBasic
severity GErr
Résultat bool

Draw() public méthode

public Draw ( I_Draw i_draw, NS_IDraw.DrawParam dp ) : void
i_draw I_Draw
dp NS_IDraw.DrawParam
Résultat void

HasErrorType() public méthode

public HasErrorType ( int indexGlyph, NS_Glyph.GScope scope, System typeGErr ) : bool
indexGlyph int
scope NS_Glyph.GScope
typeGErr System
Résultat bool

HasSeverity() public méthode

public HasSeverity ( int indexGlyph, NS_Glyph.GScope scope, GErr severity ) : bool
indexGlyph int
scope NS_Glyph.GScope
severity GErr
Résultat bool

IsSame() public méthode

public IsSame ( object obj ) : bool
obj object
Résultat bool

Read() public méthode

public Read ( string str ) : bool
str string
Résultat bool

SetScope() protected méthode

protected SetScope ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public méthode

public Write ( ) : string
Résultat string

WriteSpecific() public méthode

public WriteSpecific ( ) : string
Résultat string

WriteUserFriendly() public méthode

public WriteUserFriendly ( ) : string
Résultat string

Property Details

gscope protected_oe property

protected string gscope
Résultat string

indexGlyphOwner protected_oe property

protected int indexGlyphOwner
Résultat int

severity protected_oe property

protected TypeGErrSeverity severity
Résultat TypeGErrSeverity

signCreator protected_oe property

protected string signCreator
Résultat string

typeGlyph protected_oe property

protected GConsts.TypeGlyph typeGlyph
Résultat GConsts.TypeGlyph