C# Class BuildingCoder.JtNamedGuidStorage.JtNamedGuidStorageSchema

The extensible storage schema, containing one single Guid field.
Mostrar archivo Open project: jeremytammik/the_building_coder_samples

Public Properties

Property Type Description
SchemaGuid System.Guid

Public Methods

Method Description
GetSchema ( bool create = true ) : Schema

Retrieve our extensible storage schema or optionally create a new one if it does not yet exist.

Method Details

GetSchema() public static method

Retrieve our extensible storage schema or optionally create a new one if it does not yet exist.
public static GetSchema ( bool create = true ) : Schema
create bool
return Schema

Property Details

SchemaGuid public_oe static_oe property

public static Guid,System SchemaGuid
return System.Guid