Share via


WhatIfPropertyChange Clase

Definición

Cambio previsto en la propiedad de recurso.

public class WhatIfPropertyChange
type WhatIfPropertyChange = class
Public Class WhatIfPropertyChange
Herencia
WhatIfPropertyChange

Constructores

WhatIfPropertyChange()

Inicializa una nueva instancia de la clase WhatIfPropertyChange.

WhatIfPropertyChange(String, PropertyChangeType, Object, Object, IList<WhatIfPropertyChange>)

Inicializa una nueva instancia de la clase WhatIfPropertyChange.

Propiedades

After

Obtiene o establece el valor de la propiedad después de ejecutar la implementación.

Before

Obtiene o establece el valor de la propiedad antes de ejecutar la implementación.

Children

Obtiene o establece los cambios de propiedad anidados.

Path

Obtiene o establece la ruta de acceso de propiedad.

PropertyChangeType

Obtiene o establece el tipo de cambio de propiedad. Entre los valores posibles se incluyen: 'Create', 'Delete', 'Modify', 'Array', 'NoEffect'

Métodos

Validate()

Valide el objeto .

Se aplica a