C# Class Gtd.Pcl.CoreDomain.Enforce

ファイルを表示 Open project: beingtheworst/btw-gtd

Public Methods

Method Description
NotEmpty ( System.Guid value, string parameterName ) : void
NotEmpty ( ProjectId id, string parameterName ) : void
NotEmpty ( string value, string parameterName ) : void

Method Details

NotEmpty() public static method

public static NotEmpty ( System.Guid value, string parameterName ) : void
value System.Guid
parameterName string
return void

NotEmpty() public static method

public static NotEmpty ( ProjectId id, string parameterName ) : void
id ProjectId
parameterName string
return void

NotEmpty() public static method

public static NotEmpty ( string value, string parameterName ) : void
value string
parameterName string
return void