DimigoinPermissionType enum
디미고인 권한 열거형
- Inheritance
- Available extensions
Values
- afterschool → const DimigoinPermissionType
-
방과후 권한
- afterschoolApplication → const DimigoinPermissionType
-
방과후 신청 권한
- attendance → const DimigoinPermissionType
-
인원관리 시스템 관리 권한
- auth → const DimigoinPermissionType
-
계정 인증 권한
- circle → const DimigoinPermissionType
-
동아리 권한
- circleApplication → const DimigoinPermissionType
-
동아리 신청 권한
- circleApplicationManagement → const DimigoinPermissionType
-
동아리 신청 관리 권한
- config → const DimigoinPermissionType
-
설정 권한
- dets → const DimigoinPermissionType
-
뎃츠 권한
- detsApplication → const DimigoinPermissionType
-
뎃츠 신청 권한
- etc → const DimigoinPermissionType
-
그 외 권한
- fcm → const DimigoinPermissionType
-
FCM 권한
- file → const DimigoinPermissionType
-
파일 권한
- ingangApplication → const DimigoinPermissionType
-
인강실 신청 권한
- meal → const DimigoinPermissionType
-
급식 권한
- mentoring → const DimigoinPermissionType
-
멘토링 권한
- mentoringApplication → const DimigoinPermissionType
-
멘토링 신청 권한
- notice → const DimigoinPermissionType
-
공지 권한
- outgoManagement → const DimigoinPermissionType
-
외출 관리 권한
- outgoRequest → const DimigoinPermissionType
-
외출 요청 권한
- place → const DimigoinPermissionType
-
장소 권한
- timetable → const DimigoinPermissionType
-
시간표 권한
- user → const DimigoinPermissionType
-
유저 권한
- dalgeurak → const DimigoinPermissionType
-
달그락 관리자 권한
- dalgeurakManagement → const DimigoinPermissionType
-
달그락 디넌장 권한
- none → const DimigoinPermissionType
-
이외의 권한 타입
Properties
- convertStr → String
-
Available on DimigoinPermissionType, provided by the DimigoinPermissionTypeExtension extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
DimigoinPermissionType> - A constant List of the values in this enum, in order of their declaration.