C# 클래스 Skimur.Utils.GuidUtil

파일 보기 프로젝트 열기: skimur/skimur

공개 메소드들

메소드 설명
NewSequentialId ( ) : System.Guid

Creates a new sequential GUID, ideal for SQL server

ParseGuid ( this value, bool throwOnInvalidGuid = false ) : System.Guid

비공개 메소드들

메소드 설명
UuidCreateSequential ( System.Guid &guid ) : int

메소드 상세

NewSequentialId() 공개 정적인 메소드

Creates a new sequential GUID, ideal for SQL server
public static NewSequentialId ( ) : System.Guid
리턴 System.Guid

ParseGuid() 공개 정적인 메소드

public static ParseGuid ( this value, bool throwOnInvalidGuid = false ) : System.Guid
value this
throwOnInvalidGuid bool
리턴 System.Guid