Click or drag to resize

RoleTypeClass Class

권한별 필드
Inheritance Hierarchy
SystemObject
  Mcc.Series.Common.TypeRoleTypeClass

Namespace:  Mcc.Series.Common.Type
Assembly:  Mcc.Series.Common (in Mcc.Series.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class RoleTypeClass

The RoleTypeClass type exposes the following members.

Constructors
  NameDescription
Public methodRoleTypeClass
Initializes a new instance of the RoleTypeClass class
Top
Properties
  NameDescription
Public propertyBaseF10
엑셀버튼 hotkey F10
Public propertyBaseF5
조회버튼 hotkey F5
Public propertyBaseF6
지우기버튼 hotkey F6
Public propertyBaseF7
저장버튼 hotkey F7
Public propertyBaseF8
삭제버튼 hotkey F8
Public propertyBaseF9
출력버튼 hotkey F9
Public propertyUnUsed
사용안함
Public propertyUser1
사용자버튼1
Public propertyUser2
사용자버튼2
Public propertyUser3
사용자버튼3
Public propertyUser4
사용자버튼4
Public propertyUser5
사용자버튼5
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also