C# Class Rock.Migrations.DiscWithWorkflow

Inheritance: Rock.Migrations.RockMigration
Mostrar archivo Open project: NewSpring/Rock

Public Properties

Property Type Description
DISC_BADGE string

Public Methods

Method Description
DeletePersonBadge ( string guid ) : void

Deletes the person badge.

Down ( ) : void

Operations to be performed during the downgrade process.

RemoveBlockAttributeValue ( string blockGuid, string attributeGuid, string value ) : void

Removes only the given value string from the comma delimited list of values in an AttributeValue. It assumes the value is specific enough and only appears once in the string.

Up ( ) : void

Operations to be performed during the upgrade process.

Method Details

DeletePersonBadge() public method

Deletes the person badge.
public DeletePersonBadge ( string guid ) : void
guid string The unique identifier.
return void

Down() public method

Operations to be performed during the downgrade process.
public Down ( ) : void
return void

RemoveBlockAttributeValue() public method

Removes only the given value string from the comma delimited list of values in an AttributeValue. It assumes the value is specific enough and only appears once in the string.
public RemoveBlockAttributeValue ( string blockGuid, string attributeGuid, string value ) : void
blockGuid string The block GUID.
attributeGuid string The attribute GUID.
value string The value to remove.
return void

Up() public method

Operations to be performed during the upgrade process.
public Up ( ) : void
return void

Property Details

DISC_BADGE public_oe static_oe property

public static string DISC_BADGE
return string