C# 클래스 Badlydone.Utilities.StringExtensions

파일 보기 프로젝트 열기: darionato/PostgreSqlMigrationSqlGenerator

공개 메소드들

메소드 설명
EqualsIgnoreCase ( this s1, string s2 ) : bool
IsValidMigrationId ( this migrationId ) : bool
MigrationName ( this migrationId ) : string
RestrictTo ( this s, int size ) : string
ToDatabaseName ( this s ) : DatabaseName

메소드 상세

EqualsIgnoreCase() 공개 정적인 메소드

public static EqualsIgnoreCase ( this s1, string s2 ) : bool
s1 this
s2 string
리턴 bool

IsValidMigrationId() 공개 정적인 메소드

public static IsValidMigrationId ( this migrationId ) : bool
migrationId this
리턴 bool

MigrationName() 공개 정적인 메소드

public static MigrationName ( this migrationId ) : string
migrationId this
리턴 string

RestrictTo() 공개 정적인 메소드

public static RestrictTo ( this s, int size ) : string
s this
size int
리턴 string

ToDatabaseName() 공개 정적인 메소드

public static ToDatabaseName ( this s ) : DatabaseName
s this
리턴 DatabaseName