C# 클래스 Affecto.IdentityManagement.Store.PostgreSql.Migrations.CreateAdminUser

상속: IdentityManagementMigration
파일 보기 프로젝트 열기: affecto/dotnet-IdentityManagement

Private Properties

프로퍼티 타입 설명
AddCustomProperty System.Guid
AddCustomPropertyLink void
AddRoleIfNotExists void
AddUser void

공개 메소드들

메소드 설명
Down ( ) : void
Up ( ) : void

비공개 메소드들

메소드 설명
AddCustomProperty ( string name, string value ) : System.Guid
AddCustomPropertyLink ( string userId, string customPropertyId ) : void
AddRoleIfNotExists ( string id, string name ) : void
AddUser ( string userId, string roleId, string lastName, string firstName, string email, string password, string organizationId ) : void

메소드 상세

Down() 공개 메소드

public Down ( ) : void
리턴 void

Up() 공개 메소드

public Up ( ) : void
리턴 void