public HttpFormUrlEncodedContent(global::System.Collections.Generic.IEnumerable <global::System.Collections.Generic.KeyValuePair <string, string> > content)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Web.Http.HttpFormUrlEncodedContent", "HttpFormUrlEncodedContent.HttpFormUrlEncodedContent(IEnumerable<KeyValuePair<string, string>> content)");
 }
Beispiel #2
0
 public void ConfigureCenterPointYInertiaModifiers(global::System.Collections.Generic.IEnumerable <global::Windows.UI.Composition.Interactions.CompositionConditionalValue> conditionalValues)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Composition.Interactions.InteractionTracker", "void InteractionTracker.ConfigureCenterPointYInertiaModifiers(IEnumerable<CompositionConditionalValue> conditionalValues)");
 }
Beispiel #3
0
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Networking.BackgroundTransfer.UploadOperation> CreateUploadAsync(global::System.Uri uri, global::System.Collections.Generic.IEnumerable <global::Windows.Networking.BackgroundTransfer.BackgroundTransferContentPart> parts, string subType, string boundary)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<UploadOperation> BackgroundUploader.CreateUploadAsync(Uri uri, IEnumerable<BackgroundTransferContentPart> parts, string subType, string boundary) is not implemented in Uno.");
 }
/// <summary>
/// Initialize the template
/// </summary>
        public virtual void Initialize()
        {
            if ((this.Errors.HasErrors == false))
            {
                bool _namespaceValueAcquired = false;
                if (this.Session.ContainsKey("_namespace"))
                {
                    this.@__namespaceField  = ((string)(this.Session["_namespace"]));
                    _namespaceValueAcquired = true;
                }
                if ((_namespaceValueAcquired == false))
                {
                    object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("_namespace");
                    if ((data != null))
                    {
                        this.@__namespaceField = ((string)(data));
                    }
                }
                bool tableNameValueAcquired = false;
                if (this.Session.ContainsKey("tableName"))
                {
                    this._tableNameField   = ((string)(this.Session["tableName"]));
                    tableNameValueAcquired = true;
                }
                if ((tableNameValueAcquired == false))
                {
                    object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("tableName");
                    if ((data != null))
                    {
                        this._tableNameField = ((string)(data));
                    }
                }
                bool tableNameToLowerValueAcquired = false;
                if (this.Session.ContainsKey("tableNameToLower"))
                {
                    this._tableNameToLowerField   = ((string)(this.Session["tableNameToLower"]));
                    tableNameToLowerValueAcquired = true;
                }
                if ((tableNameToLowerValueAcquired == false))
                {
                    object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("tableNameToLower");
                    if ((data != null))
                    {
                        this._tableNameToLowerField = ((string)(data));
                    }
                }
                bool columnsValueAcquired = false;
                if (this.Session.ContainsKey("columns"))
                {
                    this._columnsField   = ((global::System.Collections.Generic.IEnumerable <Column>)(this.Session["columns"]));
                    columnsValueAcquired = true;
                }
                if ((columnsValueAcquired == false))
                {
                    object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("columns");
                    if ((data != null))
                    {
                        this._columnsField = ((global::System.Collections.Generic.IEnumerable <Column>)(data));
                    }
                }
                bool tableNameToPascalValueAcquired = false;
                if (this.Session.ContainsKey("tableNameToPascal"))
                {
                    this._tableNameToPascalField   = ((string)(this.Session["tableNameToPascal"]));
                    tableNameToPascalValueAcquired = true;
                }
                if ((tableNameToPascalValueAcquired == false))
                {
                    object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("tableNameToPascal");
                    if ((data != null))
                    {
                        this._tableNameToPascalField = ((string)(data));
                    }
                }
            }
        }
 public global::Windows.Foundation.IAsyncAction UpdateStatisticsAsync(global::System.Collections.Generic.IEnumerable <global::System.Collections.Generic.KeyValuePair <string, string> > statistics)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction ClaimedMagneticStripeReader.UpdateStatisticsAsync(IEnumerable<KeyValuePair<string, string>> statistics) is not implemented in Uno.");
 }
Beispiel #6
0
 public global::Windows.Security.Authentication.OnlineId.UserAuthenticationOperation AuthenticateUserAsync(global::System.Collections.Generic.IEnumerable <global::Windows.Security.Authentication.OnlineId.OnlineIdServiceTicketRequest> requests, global::Windows.Security.Authentication.OnlineId.CredentialPromptType credentialPromptType)
 {
     throw new global::System.NotImplementedException("The member UserAuthenticationOperation OnlineIdAuthenticator.AuthenticateUserAsync(IEnumerable<OnlineIdServiceTicketRequest> requests, CredentialPromptType credentialPromptType) is not implemented in Uno.");
 }
Beispiel #7
0
 public Calendar(global::System.Collections.Generic.IEnumerable <string> languages, string calendar, string clock)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Globalization.Calendar", "Calendar.Calendar(IEnumerable<string> languages, string calendar, string clock)");
 }
Beispiel #8
0
 public SearchQueryLinguisticDetails(global::System.Collections.Generic.IEnumerable <string> queryTextAlternatives, uint queryTextCompositionStart, uint queryTextCompositionLength)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.ApplicationModel.Search.SearchQueryLinguisticDetails", "SearchQueryLinguisticDetails.SearchQueryLinguisticDetails(IEnumerable<string> queryTextAlternatives, uint queryTextCompositionStart, uint queryTextCompositionLength)");
 }
Beispiel #9
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.ApplicationModel.Store.ListingInformation> LoadListingInformationByKeywordsAsync(global::System.Collections.Generic.IEnumerable <string> keywords)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<ListingInformation> CurrentAppSimulator.LoadListingInformationByKeywordsAsync(IEnumerable<string> keywords) is not implemented in Uno.");
 }
Beispiel #10
0
 public static global::Windows.Foundation.IAsyncAction AppendLinesAsync(global::Windows.Storage.IStorageFile file, global::System.Collections.Generic.IEnumerable <string> lines, global::Windows.Storage.Streams.UnicodeEncoding encoding)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction FileIO.AppendLinesAsync(IStorageFile file, IEnumerable<string> lines, UnicodeEncoding encoding) is not implemented in Uno.");
 }
Beispiel #11
0
		public  global::Windows.Foundation.Rect AppendInkPoints( global::System.Collections.Generic.IEnumerable<global::Windows.UI.Input.Inking.InkPoint> inkPoints)
		{
			throw new global::System.NotImplementedException("The member Rect CoreIncrementalInkStroke.AppendInkPoints(IEnumerable<InkPoint> inkPoints) is not implemented in Uno.");
		}
Beispiel #12
0
 public static global::Windows.Foundation.IAsyncAction WriteLinesAsync(global::Windows.Storage.IStorageFile file, global::System.Collections.Generic.IEnumerable <string> lines)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction FileIO.WriteLinesAsync(IStorageFile file, IEnumerable<string> lines) is not implemented in Uno.");
 }
 public static void CreatePager_0 <TableItem>(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder, int seq, int __seq0, global::System.Collections.Generic.IEnumerable <TableItem> __arg0, int __seq1, global::Microsoft.AspNetCore.Components.RenderFragment __arg1, int __seq2, global::Microsoft.AspNetCore.Components.RenderFragment <TableItem> __arg2)
 {
     __builder.OpenComponent <global::Oqtane.Modules.Controls.Pager <TableItem> >(seq);
     __builder.AddAttribute(__seq0, "Items", __arg0);
     __builder.AddAttribute(__seq1, "Header", __arg1);
     __builder.AddAttribute(__seq2, "Row", __arg2);
     __builder.CloseComponent();
 }
Beispiel #14
0
 public global::Windows.Foundation.IAsyncOperation <bool> UpdateStatisticsAsync(global::System.Collections.Generic.IEnumerable <global::System.Collections.Generic.KeyValuePair <string, string> > statistics)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<bool> ClaimedCashDrawer.UpdateStatisticsAsync(IEnumerable<KeyValuePair<string, string>> statistics) is not implemented in Uno.");
 }
/// <summary>
/// Initialize the template
/// </summary>
public virtual void Initialize()
{
    if ((this.Errors.HasErrors == false))
    {
bool DayValueAcquired = false;
if (this.Session.ContainsKey("Day"))
{
    if ((typeof(int).IsAssignableFrom(this.Session["Day"].GetType()) == false))
    {
        this.Error("The type \'System.Int32\' of the parameter \'Day\' did not match the type of the data" +
                " passed to the template.");
    }
    else
    {
        this._DayField = ((int)(this.Session["Day"]));
        DayValueAcquired = true;
    }
}
if ((DayValueAcquired == false))
{
    object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("Day");
    if ((data != null))
    {
        if ((typeof(int).IsAssignableFrom(data.GetType()) == false))
        {
            this.Error("The type \'System.Int32\' of the parameter \'Day\' did not match the type of the data" +
                    " passed to the template.");
        }
        else
        {
            this._DayField = ((int)(data));
        }
    }
}
bool PlayersValueAcquired = false;
if (this.Session.ContainsKey("Players"))
{
    if ((typeof(global::System.Collections.Generic.IEnumerable<DiscoVotefinder.MainClass.Player>).IsAssignableFrom(this.Session["Players"].GetType()) == false))
    {
        this.Error("The type \'System.Collections.Generic.IEnumerable<DiscoVotefinder.MainClass.Player" +
                ">\' of the parameter \'Players\' did not match the type of the data passed to the t" +
                "emplate.");
    }
    else
    {
        this._PlayersField = ((global::System.Collections.Generic.IEnumerable<DiscoVotefinder.MainClass.Player>)(this.Session["Players"]));
        PlayersValueAcquired = true;
    }
}
if ((PlayersValueAcquired == false))
{
    object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("Players");
    if ((data != null))
    {
        if ((typeof(global::System.Collections.Generic.IEnumerable<DiscoVotefinder.MainClass.Player>).IsAssignableFrom(data.GetType()) == false))
        {
            this.Error("The type \'System.Collections.Generic.IEnumerable<DiscoVotefinder.MainClass.Player" +
                    ">\' of the parameter \'Players\' did not match the type of the data passed to the t" +
                    "emplate.");
        }
        else
        {
            this._PlayersField = ((global::System.Collections.Generic.IEnumerable<DiscoVotefinder.MainClass.Player>)(data));
        }
    }
}
bool MotdValueAcquired = false;
if (this.Session.ContainsKey("Motd"))
{
    if ((typeof(string).IsAssignableFrom(this.Session["Motd"].GetType()) == false))
    {
        this.Error("The type \'System.String\' of the parameter \'Motd\' did not match the type of the da" +
                "ta passed to the template.");
    }
    else
    {
        this._MotdField = ((string)(this.Session["Motd"]));
        MotdValueAcquired = true;
    }
}
if ((MotdValueAcquired == false))
{
    object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("Motd");
    if ((data != null))
    {
        if ((typeof(string).IsAssignableFrom(data.GetType()) == false))
        {
            this.Error("The type \'System.String\' of the parameter \'Motd\' did not match the type of the da" +
                    "ta passed to the template.");
        }
        else
        {
            this._MotdField = ((string)(data));
        }
    }
}
bool DeadlineValueAcquired = false;
if (this.Session.ContainsKey("Deadline"))
{
    if ((typeof(global::System.DateTime).IsAssignableFrom(this.Session["Deadline"].GetType()) == false))
    {
        this.Error("The type \'System.DateTime\' of the parameter \'Deadline\' did not match the type of " +
                "the data passed to the template.");
    }
    else
    {
        this._DeadlineField = ((global::System.DateTime)(this.Session["Deadline"]));
        DeadlineValueAcquired = true;
    }
}
if ((DeadlineValueAcquired == false))
{
    object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("Deadline");
    if ((data != null))
    {
        if ((typeof(global::System.DateTime).IsAssignableFrom(data.GetType()) == false))
        {
            this.Error("The type \'System.DateTime\' of the parameter \'Deadline\' did not match the type of " +
                    "the data passed to the template.");
        }
        else
        {
            this._DeadlineField = ((global::System.DateTime)(data));
        }
    }
}
bool TopicValueAcquired = false;
if (this.Session.ContainsKey("Topic"))
{
    if ((typeof(int).IsAssignableFrom(this.Session["Topic"].GetType()) == false))
    {
        this.Error("The type \'System.Int32\' of the parameter \'Topic\' did not match the type of the da" +
                "ta passed to the template.");
    }
    else
    {
        this._TopicField = ((int)(this.Session["Topic"]));
        TopicValueAcquired = true;
    }
}
if ((TopicValueAcquired == false))
{
    object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("Topic");
    if ((data != null))
    {
        if ((typeof(int).IsAssignableFrom(data.GetType()) == false))
        {
            this.Error("The type \'System.Int32\' of the parameter \'Topic\' did not match the type of the da" +
                    "ta passed to the template.");
        }
        else
        {
            this._TopicField = ((int)(data));
        }
    }
}


    }
}
Beispiel #16
0
 public PerceptionFaceAuthenticationGroup(global::System.Collections.Generic.IEnumerable <string> ids, global::Windows.Devices.Perception.Provider.PerceptionStartFaceAuthenticationHandler startHandler, global::Windows.Devices.Perception.Provider.PerceptionStopFaceAuthenticationHandler stopHandler)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Devices.Perception.Provider.PerceptionFaceAuthenticationGroup", "PerceptionFaceAuthenticationGroup.PerceptionFaceAuthenticationGroup(IEnumerable<string> ids, PerceptionStartFaceAuthenticationHandler startHandler, PerceptionStopFaceAuthenticationHandler stopHandler)");
 }
Beispiel #17
0
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Networking.NetworkOperators.MobileBroadbandUiccAppReadRecordResult> ReadRecordAsync(global::System.Collections.Generic.IEnumerable <uint> uiccFilePath, int recordIndex)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<MobileBroadbandUiccAppReadRecordResult> MobileBroadbandUiccApp.ReadRecordAsync(IEnumerable<uint> uiccFilePath, int recordIndex) is not implemented in Uno.");
 }
 public static void CreateRadzenDropDown_3 <TValue>(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder, int seq, int __seq0, global::System.Collections.Generic.IEnumerable <global::System.Object> __arg0, int __seq1, global::System.String __arg1, int __seq2, global::System.String __arg2, int __seq3, global::System.String __arg3, int __seq4, System.Object __arg4, int __seq5, global::System.String __arg5, int __seq6, global::System.Object __arg6, int __seq7, global::Microsoft.AspNetCore.Components.EventCallback <TValue> __arg7)
 {
     __builder.OpenComponent <global::Radzen.Blazor.RadzenDropDown <TValue> >(seq);
     __builder.AddAttribute(__seq0, "Data", __arg0);
     __builder.AddAttribute(__seq1, "TextProperty", __arg1);
     __builder.AddAttribute(__seq2, "ValueProperty", __arg2);
     __builder.AddAttribute(__seq3, "Placeholder", __arg3);
     __builder.AddAttribute(__seq4, "style", __arg4);
     __builder.AddAttribute(__seq5, "Name", __arg5);
     __builder.AddAttribute(__seq6, "Value", __arg6);
     __builder.AddAttribute(__seq7, "ValueChanged", __arg7);
     __builder.CloseComponent();
 }
Beispiel #19
0
 public static global::System.Collections.Generic.IReadOnlyList <global::Windows.Networking.EndpointPair> GetSortedEndpointPairs(global::System.Collections.Generic.IEnumerable <global::Windows.Networking.EndpointPair> destinationList, global::Windows.Networking.HostNameSortOptions sortOptions)
 {
     throw new global::System.NotImplementedException("The member IReadOnlyList<EndpointPair> NetworkInformation.GetSortedEndpointPairs(IEnumerable<EndpointPair> destinationList, HostNameSortOptions sortOptions) is not implemented in Uno.");
 }
Beispiel #20
0
 public global::Windows.Foundation.IAsyncOperation <string> InvokeScriptAsync(string scriptName, global::System.Collections.Generic.IEnumerable <string> arguments)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<string> WebView.InvokeScriptAsync(string scriptName, IEnumerable<string> arguments) is not implemented in Uno.");
 }
Beispiel #21
0
 public static global::Windows.Foundation.Collections.IIterator <T> First <T>(global::System.Collections.Generic.IEnumerable <T> _this)
 {
     return(new EnumeratorToIteratorAdapter <T>(_this.GetEnumerator()));
 }
Beispiel #22
0
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Storage.Streams.IBuffer> RetrieveStatisticsAsync(global::System.Collections.Generic.IEnumerable <string> statisticsCategories)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<IBuffer> BarcodeScanner.RetrieveStatisticsAsync(IEnumerable<string> statisticsCategories) is not implemented in Uno.");
 }
 public global::Windows.Foundation.IAsyncAction ResetStatisticsAsync(global::System.Collections.Generic.IEnumerable <string> statisticsCategories)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction ClaimedMagneticStripeReader.ResetStatisticsAsync(IEnumerable<string> statisticsCategories) is not implemented in Uno.");
 }
/// <summary>
/// Initialize the template
/// </summary>
public virtual void Initialize()
{
    if ((this.Errors.HasErrors == false))
    {
bool namespaceNameValueAcquired = false;
if (this.Session.ContainsKey("namespaceName"))
{
    if ((typeof(string).IsAssignableFrom(this.Session["namespaceName"].GetType()) == false))
    {
        this.Error("The type \'System.String\' of the parameter \'namespaceName\' did not match the type " +
                "of the data passed to the template.");
    }
    else
    {
        this._namespaceNameField = ((string)(this.Session["namespaceName"]));
        namespaceNameValueAcquired = true;
    }
}
if ((namespaceNameValueAcquired == false))
{
    object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("namespaceName");
    if ((data != null))
    {
        if ((typeof(string).IsAssignableFrom(data.GetType()) == false))
        {
            this.Error("The type \'System.String\' of the parameter \'namespaceName\' did not match the type " +
                    "of the data passed to the template.");
        }
        else
        {
            this._namespaceNameField = ((string)(data));
        }
    }
}
bool classesValueAcquired = false;
if (this.Session.ContainsKey("classes"))
{
    if ((typeof(global::System.Collections.Generic.IEnumerable<ClassTemplateInfo>).IsAssignableFrom(this.Session["classes"].GetType()) == false))
    {
        this.Error("The type \'System.Collections.Generic.IEnumerable<ClassTemplateInfo>\' of the param" +
                "eter \'classes\' did not match the type of the data passed to the template.");
    }
    else
    {
        this._classesField = ((global::System.Collections.Generic.IEnumerable<ClassTemplateInfo>)(this.Session["classes"]));
        classesValueAcquired = true;
    }
}
if ((classesValueAcquired == false))
{
    object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("classes");
    if ((data != null))
    {
        if ((typeof(global::System.Collections.Generic.IEnumerable<ClassTemplateInfo>).IsAssignableFrom(data.GetType()) == false))
        {
            this.Error("The type \'System.Collections.Generic.IEnumerable<ClassTemplateInfo>\' of the param" +
                    "eter \'classes\' did not match the type of the data passed to the template.");
        }
        else
        {
            this._classesField = ((global::System.Collections.Generic.IEnumerable<ClassTemplateInfo>)(data));
        }
    }
}


    }
}
Beispiel #25
0
 public global::Windows.Foundation.IAsyncOperation <string> GetStatisticsAsync(global::System.Collections.Generic.IEnumerable <string> statisticsCategories)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<string> PosPrinter.GetStatisticsAsync(IEnumerable<string> statisticsCategories) is not implemented in Uno.");
 }
Beispiel #26
0
 public global::Windows.Foundation.IAsyncOperationWithProgress <global::Windows.Management.Deployment.DeploymentResult, global::Windows.Management.Deployment.DeploymentProgress> RegisterPackageByFamilyNameAsync(string mainPackageFamilyName, global::System.Collections.Generic.IEnumerable <string> dependencyPackageFamilyNames, global::Windows.Management.Deployment.DeploymentOptions deploymentOptions, global::Windows.Management.Deployment.PackageVolume appDataVolume, global::System.Collections.Generic.IEnumerable <string> optionalPackageFamilyNames)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperationWithProgress<DeploymentResult, DeploymentProgress> PackageManager.RegisterPackageByFamilyNameAsync(string mainPackageFamilyName, IEnumerable<string> dependencyPackageFamilyNames, DeploymentOptions deploymentOptions, PackageVolume appDataVolume, IEnumerable<string> optionalPackageFamilyNames) is not implemented in Uno.");
 }
Beispiel #27
0
 public void ConfigureVector2PositionInertiaModifiers(global::System.Collections.Generic.IEnumerable <global::Windows.UI.Composition.Interactions.InteractionTrackerVector2InertiaModifier> modifiers)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Composition.Interactions.InteractionTracker", "void InteractionTracker.ConfigureVector2PositionInertiaModifiers(IEnumerable<InteractionTrackerVector2InertiaModifier> modifiers)");
 }
Beispiel #28
0
 public global::Windows.Foundation.IAsyncOperationWithProgress <global::Windows.Management.Deployment.DeploymentResult, global::Windows.Management.Deployment.DeploymentProgress> RequestAddPackageAsync(global::System.Uri packageUri, global::System.Collections.Generic.IEnumerable <global::System.Uri> dependencyPackageUris, global::Windows.Management.Deployment.DeploymentOptions deploymentOptions, global::Windows.Management.Deployment.PackageVolume targetVolume, global::System.Collections.Generic.IEnumerable <string> optionalPackageFamilyNames, global::System.Collections.Generic.IEnumerable <global::System.Uri> relatedPackageUris, global::System.Collections.Generic.IEnumerable <global::System.Uri> packageUrisToInstall)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperationWithProgress<DeploymentResult, DeploymentProgress> PackageManager.RequestAddPackageAsync(Uri packageUri, IEnumerable<Uri> dependencyPackageUris, DeploymentOptions deploymentOptions, PackageVolume targetVolume, IEnumerable<string> optionalPackageFamilyNames, IEnumerable<Uri> relatedPackageUris, IEnumerable<Uri> packageUrisToInstall) is not implemented in Uno.");
 }
Beispiel #29
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Networking.BackgroundTransfer.UnconstrainedTransferRequestResult> RequestUnconstrainedUploadsAsync(global::System.Collections.Generic.IEnumerable <global::Windows.Networking.BackgroundTransfer.UploadOperation> operations)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<UnconstrainedTransferRequestResult> BackgroundUploader.RequestUnconstrainedUploadsAsync(IEnumerable<UploadOperation> operations) is not implemented in Uno.");
 }
Beispiel #30
0
 public global::Windows.Foundation.IAsyncOperationWithProgress <global::Windows.Management.Deployment.DeploymentResult, global::Windows.Management.Deployment.DeploymentProgress> RegisterPackageAsync(global::System.Uri manifestUri, global::System.Collections.Generic.IEnumerable <global::System.Uri> dependencyPackageUris, global::Windows.Management.Deployment.DeploymentOptions deploymentOptions)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperationWithProgress<DeploymentResult, DeploymentProgress> PackageManager.RegisterPackageAsync(Uri manifestUri, IEnumerable<Uri> dependencyPackageUris, DeploymentOptions deploymentOptions) is not implemented in Uno.");
 }
/// <summary>
/// Initialize the template
/// </summary>
public virtual void Initialize()
{
    if ((this.Errors.HasErrors == false))
    {
bool actionValueAcquired = false;
if (this.Session.ContainsKey("action"))
{
    this._actionField = ((global::Microsoft.ALMRangers.RMWorkflowMigrator.Generator.PowerShell.Model.ScriptAction)(this.Session["action"]));
    actionValueAcquired = true;
}
if ((actionValueAcquired == false))
{
    object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("action");
    if ((data != null))
    {
        this._actionField = ((global::Microsoft.ALMRangers.RMWorkflowMigrator.Generator.PowerShell.Model.ScriptAction)(data));
    }
}
bool componentsValueAcquired = false;
if (this.Session.ContainsKey("components"))
{
    this._componentsField = ((global::System.Collections.Generic.IEnumerable<ScriptAction>)(this.Session["components"]));
    componentsValueAcquired = true;
}
if ((componentsValueAcquired == false))
{
    object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("components");
    if ((data != null))
    {
        this._componentsField = ((global::System.Collections.Generic.IEnumerable<ScriptAction>)(data));
    }
}


    }
}
Beispiel #32
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.ApplicationModel.Store.LicenseManagement.LicenseSatisfactionResult> GetSatisfactionInfosAsync(global::System.Collections.Generic.IEnumerable <string> contentIds, global::System.Collections.Generic.IEnumerable <string> keyIds)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<LicenseSatisfactionResult> LicenseManager.GetSatisfactionInfosAsync(IEnumerable<string> contentIds, IEnumerable<string> keyIds) is not implemented in Uno.");
 }
/// <summary>
/// Initialize the template
/// </summary>
public virtual void Initialize()
{
    if ((this.Errors.HasErrors == false))
    {
bool releaseActionsValueAcquired = false;
if (this.Session.ContainsKey("releaseActions"))
{
    this._releaseActionsField = ((global::System.Collections.Generic.IEnumerable<string>)(this.Session["releaseActions"]));
    releaseActionsValueAcquired = true;
}
if ((releaseActionsValueAcquired == false))
{
    object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("releaseActions");
    if ((data != null))
    {
        this._releaseActionsField = ((global::System.Collections.Generic.IEnumerable<string>)(data));
    }
}
bool componentsValueAcquired = false;
if (this.Session.ContainsKey("components"))
{
    this._componentsField = ((global::System.Collections.Generic.IEnumerable<ScriptAction>)(this.Session["components"]));
    componentsValueAcquired = true;
}
if ((componentsValueAcquired == false))
{
    object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("components");
    if ((data != null))
    {
        this._componentsField = ((global::System.Collections.Generic.IEnumerable<ScriptAction>)(data));
    }
}
bool scriptParamsValueAcquired = false;
if (this.Session.ContainsKey("scriptParams"))
{
    this._scriptParamsField = ((global::System.Collections.Generic.List<ConfigurationVariable>)(this.Session["scriptParams"]));
    scriptParamsValueAcquired = true;
}
if ((scriptParamsValueAcquired == false))
{
    object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("scriptParams");
    if ((data != null))
    {
        this._scriptParamsField = ((global::System.Collections.Generic.List<ConfigurationVariable>)(data));
    }
}
bool generateInitializationScriptValueAcquired = false;
if (this.Session.ContainsKey("generateInitializationScript"))
{
    this._generateInitializationScriptField = ((bool)(this.Session["generateInitializationScript"]));
    generateInitializationScriptValueAcquired = true;
}
if ((generateInitializationScriptValueAcquired == false))
{
    object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("generateInitializationScript");
    if ((data != null))
    {
        this._generateInitializationScriptField = ((bool)(data));
    }
}


    }
}
Beispiel #34
0
 partial void TilesForMenu_Executed(string MenuName, global::System.Collections.Generic.IEnumerable <global::LightSwitchApplication.MenuTile> result);