Click or drag to resize

MenuTypeClass Class

권한관리에서 사용되는 메뉴타입
Inheritance Hierarchy
SystemObject
  Mcc.Series.Common.TypeMenuTypeClass

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 MenuTypeClass

The MenuTypeClass type exposes the following members.

Constructors
  NameDescription
Public methodMenuTypeClass
Initializes a new instance of the MenuTypeClass class
Top
Properties
  NameDescription
Public propertyAssemblyName
어셈블리명
Public propertyClassName
클래스명
Public propertyIsProgram
프로그램 타입인가?
Public propertyPopUpYn
팝업인가?
Public propertyRemark
참고사항
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