Method | Description | |
---|---|---|
AddMention ( BaseEntity baseEntity, String line ) : bool |
Adds the availability mention.
|
|
GetDefine ( String availability ) : String |
Gets the define string for the given version of OS.
|
|
GetVersion ( String availability, System.Version defaultVersion ) : System.Version |
Gets the define string for the given version of OS.
|
Method | Description | |
---|---|---|
CreateAvailabilityStrings ( ) : string>.IDictionary |
Set the define to use for each version of OS.
|
|
CreateAvailabilityVersions ( ) : Version>.IDictionary |
Set the define to use for each version of OS.
|
public static AddMention ( BaseEntity baseEntity, String line ) : bool | ||
baseEntity | BaseEntity | |
line | String | |
return | bool |
public static GetDefine ( String availability ) : String | ||
availability | String | |
return | String |
public static GetVersion ( String availability, System.Version defaultVersion ) : System.Version | ||
availability | String | |
defaultVersion | System.Version | |
return | System.Version |