BaseVsaEngine.IsDirty Propriedade
Definição
Obtém ou define um valor que indica se a representação na memória atual do item é diferente da representação persistente.Gets or sets a value that indicates whether the current in-memory representation of the item differs from the persisted representation.
public:
property bool IsDirty { bool get(); void set(bool value); };
public bool IsDirty { get; set; }
member this.IsDirty : bool with get, set
Public Property IsDirty As Boolean
Valor da propriedade
true se a representação na memória for diferente da representação persistente; caso contrário, false .true if the in-memory representation differs from the persisted representation; otherwise, false.