C# Class Jurassic.Library.SchemaProperty

Represents the information stored about a property in the class schema.
Mostra file Open project: paulbartrum/jurassic Class Usage Examples

Public Properties

Property Type Description
Undefined SchemaProperty

Public Methods

Method Description
SchemaProperty ( int index, PropertyAttributes attributes ) : System

Creates a new SchemaProperty instance.

Method Details

SchemaProperty() public method

Creates a new SchemaProperty instance.
public SchemaProperty ( int index, PropertyAttributes attributes ) : System
index int The index of the property in the /// array.
attributes PropertyAttributes The property attributes. These attributes describe how the /// property can be modified.
return System

Property Details

Undefined public_oe static_oe property

Gets a value that indicates that a property doesn't exist.
public static SchemaProperty,Jurassic.Library Undefined
return SchemaProperty