Method | Description | |
---|---|---|
AddDependency ( string providerName, string packageName, string version, string source, string appliesTo ) : string | ||
AddDirectory ( string elementPath, string directoryName, string location, string root, bool isKey ) : string | ||
AddEntity ( string name, string regid, string role, string thumbprint ) : string | ||
AddEvidence ( System.DateTime date, string deviceId ) : string | ||
AddFile ( string elementPath, string fileName, string location, string root, bool isKey, long size, string version ) : string | ||
AddLink ( |
||
AddMeta ( string elementPath ) : string | ||
AddMetadata ( string elementPath, |
||
AddMetadata ( string name, string value ) : string | ||
AddMetadata ( string elementPath, string name, string value ) : string | ||
AddPayload ( ) : string | ||
AddProcess ( string elementPath, string processName, int pid ) : string | ||
AddResource ( string elementPath, string type ) : string | ||
AskPermission ( string permission ) : bool | ||
CompleteProgress ( int activityId, bool isSuccessful ) : bool | ||
Debug ( string messageText ) : bool | ||
Error ( ErrorCategory category, string targetObjectValue, string messageText ) : bool | ||
Error ( string id, string category, string targetObjectValue, string messageText ) : bool | ||
GetMessageString ( string messageText, string defaultText ) : string | ||
GetOptionValue ( string name ) : string | ||
GetOptionValues ( string key ) : IEnumerable |
|
|
Message ( string messageText ) : bool | ||
Progress ( int activityId, int progressPercentage, string messageText ) : bool | ||
ShouldBootstrapProvider ( string requestor, string providerName, string providerVersion, string providerType, string location, string destination ) : bool | ||
ShouldContinue ( string query, string caption ) : bool | ||
ShouldContinue ( string query, string caption, bool &yesToAll, bool &noToAll ) : bool | ||
ShouldContinueWithUntrustedPackageSource ( string package, string packageSource ) : bool | ||
StartProgress ( int parentActivityId, string messageText ) : int | ||
Verbose ( string messageText ) : bool | ||
Warning ( string messageText ) : bool | ||
Yield ( string[]>.Dictionary |
Yield values in a dictionary as key/value pairs. (one pair for each value in each key)
|
|
Yield ( string[]>.KeyValuePair |
||
YieldDynamicOption ( string name, string expectedType, bool isRequired ) : bool |
Used by a provider to return the fields for a Metadata Definition The cmdlets can use this to supply tab-completion for metadata to the user.
|
|
YieldDynamicOption ( string name, string expectedType, bool isRequired, IEnumerable |
||
YieldKeyValuePair ( string key, string value ) : bool | ||
YieldPackageSource ( string name, string location, bool isTrusted, bool isRegistered, bool isValidated ) : bool |
Used by a provider to return fields for a package source (repository)
|
|
YieldSoftwareIdentity ( string fastPath, string name, string version, string versionScheme, string summary, string source, string searchKey, string fullPath, string packageFileName ) : string |
Used by a provider to return fields for a SoftwareIdentity.
|
|
YieldValue ( string value ) : bool |
Method | Description | |
---|---|---|
FixMeFormat ( string formatString, object args ) : string | ||
FormatMessageString ( string messageText ) : string | ||
GetMessageStringInternal ( string messageText ) : string |
public abstract AddDependency ( string providerName, string packageName, string version, string source, string appliesTo ) : string | ||
providerName | string | |
packageName | string | |
version | string | |
source | string | |
appliesTo | string | |
return | string |
public abstract AddDirectory ( string elementPath, string directoryName, string location, string root, bool isKey ) : string | ||
elementPath | string | |
directoryName | string | |
location | string | |
root | string | |
isKey | bool | |
return | string |
public abstract AddEntity ( string name, string regid, string role, string thumbprint ) : string | ||
name | string | |
regid | string | |
role | string | |
thumbprint | string | |
return | string |
public abstract AddEvidence ( System.DateTime date, string deviceId ) : string | ||
date | System.DateTime | |
deviceId | string | |
return | string |
public abstract AddFile ( string elementPath, string fileName, string location, string root, bool isKey, long size, string version ) : string | ||
elementPath | string | |
fileName | string | |
location | string | |
root | string | |
isKey | bool | |
size | long | |
version | string | |
return | string |
public abstract AddLink ( |
||
referenceUri | ||
relationship | string | |
mediaType | string | |
ownership | string | |
use | string | |
appliesToMedia | string | |
artifact | string | |
return | string |
public abstract AddMeta ( string elementPath ) : string | ||
elementPath | string | |
return | string |
public abstract AddMetadata ( string elementPath, |
||
elementPath | string | |
@namespace | ||
name | string | |
value | string | |
return | string |
public abstract AddMetadata ( string name, string value ) : string | ||
name | string | |
value | string | |
return | string |
public abstract AddMetadata ( string elementPath, string name, string value ) : string | ||
elementPath | string | |
name | string | |
value | string | |
return | string |
public abstract AddProcess ( string elementPath, string processName, int pid ) : string | ||
elementPath | string | |
processName | string | |
pid | int | |
return | string |
public abstract AddResource ( string elementPath, string type ) : string | ||
elementPath | string | |
type | string | |
return | string |
public abstract AskPermission ( string permission ) : bool | ||
permission | string | |
return | bool |
public abstract CompleteProgress ( int activityId, bool isSuccessful ) : bool | ||
activityId | int | |
isSuccessful | bool | |
return | bool |
public abstract Debug ( string messageText ) : bool | ||
messageText | string | |
return | bool |
public Error ( ErrorCategory category, string targetObjectValue, string messageText ) : bool | ||
category | ErrorCategory | |
targetObjectValue | string | |
messageText | string | |
return | bool |
public abstract Error ( string id, string category, string targetObjectValue, string messageText ) : bool | ||
id | string | |
category | string | |
targetObjectValue | string | |
messageText | string | |
return | bool |
public abstract GetMessageString ( string messageText, string defaultText ) : string | ||
messageText | string | |
defaultText | string | |
return | string |
public GetOptionValue ( string name ) : string | ||
name | string | |
return | string |
public abstract GetOptionValues ( string key ) : IEnumerable |
||
key | string | |
return | IEnumerable |
public abstract Message ( string messageText ) : bool | ||
messageText | string | |
return | bool |
public abstract Progress ( int activityId, int progressPercentage, string messageText ) : bool | ||
activityId | int | |
progressPercentage | int | |
messageText | string | |
return | bool |
public abstract ShouldBootstrapProvider ( string requestor, string providerName, string providerVersion, string providerType, string location, string destination ) : bool | ||
requestor | string | |
providerName | string | |
providerVersion | string | |
providerType | string | |
location | string | |
destination | string | |
return | bool |
public abstract ShouldContinue ( string query, string caption ) : bool | ||
query | string | |
caption | string | |
return | bool |
public abstract ShouldContinue ( string query, string caption, bool &yesToAll, bool &noToAll ) : bool | ||
query | string | |
caption | string | |
yesToAll | bool | |
noToAll | bool | |
return | bool |
public abstract ShouldContinueWithUntrustedPackageSource ( string package, string packageSource ) : bool | ||
package | string | |
packageSource | string | |
return | bool |
public abstract StartProgress ( int parentActivityId, string messageText ) : int | ||
parentActivityId | int | |
messageText | string | |
return | int |
public abstract Verbose ( string messageText ) : bool | ||
messageText | string | |
return | bool |
public abstract Warning ( string messageText ) : bool | ||
messageText | string | |
return | bool |
public Yield ( string[]>.Dictionary |
||
dictionary | string[]>.Dictionary | |
return | bool |
public Yield ( string[]>.KeyValuePair |
||
pair | string[]>.KeyValuePair | |
return | bool |
public abstract YieldDynamicOption ( string name, string expectedType, bool isRequired ) : bool | ||
name | string | the provider-defined name of the option |
expectedType | string | one of ['string','int','path','switch'] |
isRequired | bool | if the parameter is mandatory |
return | bool |
public YieldDynamicOption ( string name, string expectedType, bool isRequired, IEnumerable |
||
name | string | |
expectedType | string | |
isRequired | bool | |
permittedValues | IEnumerable |
|
return | bool |
public abstract YieldKeyValuePair ( string key, string value ) : bool | ||
key | string | |
value | string | |
return | bool |
public abstract YieldPackageSource ( string name, string location, bool isTrusted, bool isRegistered, bool isValidated ) : bool | ||
name | string | |
location | string | |
isTrusted | bool | |
isRegistered | bool | |
isValidated | bool | |
return | bool |
public abstract YieldSoftwareIdentity ( string fastPath, string name, string version, string versionScheme, string summary, string source, string searchKey, string fullPath, string packageFileName ) : string | ||
fastPath | string | |
name | string | |
version | string | |
versionScheme | string | |
summary | string | |
source | string | |
searchKey | string | |
fullPath | string | |
packageFileName | string | |
return | string |
public abstract YieldValue ( string value ) : bool | ||
value | string | |
return | bool |