C# 클래스 BuildingCoder.JtNamedGuidStorage.JtNamedGuidStorageSchema

The extensible storage schema, containing one single Guid field.
파일 보기 프로젝트 열기: jeremytammik/the_building_coder_samples

공개 프로퍼티들

프로퍼티 타입 설명
SchemaGuid System.Guid

공개 메소드들

메소드 설명
GetSchema ( bool create = true ) : Schema

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

메소드 상세

GetSchema() 공개 정적인 메소드

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
리턴 Schema

프로퍼티 상세

SchemaGuid 공개적으로 정적으로 프로퍼티

public static Guid,System SchemaGuid
리턴 System.Guid