C# Класс Rock.Migrations.FamilyAnalytics

Наследование: IMigrationMetadata
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
AddSecurityToAttribute void
DeleteSecurityFromAttribute void

Открытые методы

Метод Описание
Down ( ) : void

Operations to be performed during the downgrade process.

Up ( ) : void

Operations to be performed during the upgrade process.

Приватные методы

Метод Описание
AddSecurityToAttribute ( string attributeGuid ) : void

Adds the security to attribute.

DeleteSecurityFromAttribute ( string attributeGuid ) : void

Deletes the security from attribute.

Описание методов

Down() публичный Метод

Operations to be performed during the downgrade process.
public Down ( ) : void
Результат void

Up() публичный Метод

Operations to be performed during the upgrade process.
public Up ( ) : void
Результат void