Class
SchemaUpdateArgs

Definition

Namespace:Telerik.OpenAccess

Assembly:Telerik.OpenAccess.dll

Syntax:

cs-api-definition
public abstract class SchemaUpdateArgs : EventArgs

Inheritance: objectEventArgsSchemaUpdateArgs

Constructors

SchemaUpdateArgs()

Declaration

cs-api-definition
protected SchemaUpdateArgs()

Properties

Cancel

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool

NewMetadata

Declaration

cs-api-definition
public abstract MetadataContainer NewMetadata { get; }

Property Value

MetadataContainer

OldMetadata

Declaration

cs-api-definition
public abstract MetadataContainer OldMetadata { get; }

Property Value

MetadataContainer

SchemaHandler

Declaration

cs-api-definition
public abstract ISchemaHandler SchemaHandler { get; }

Property Value

ISchemaHandler