Ejemplo n.º 1
0
 protected override void Parse(Newtonsoft.Json.Linq.JToken json)
 {
     base.Parse(json);
     this.Position = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleValue<System.Nullable<decimal>>(json, "position", 0m);
     this.Total = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleValue<System.Nullable<decimal>>(json, "total", 0m);
     this.ParseExtension(json);
 }
Ejemplo n.º 2
0
 protected override void Parse(Newtonsoft.Json.Linq.JToken json)
 {
     base.Parse(json);
     this.PlayerId = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleValue<System.Nullable<int>>(json, "playerid", -1);
     this.Speed = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleValue<System.Nullable<int>>(json, "speed", 0);
     this.ParseExtension(json);
 }
Ejemplo n.º 3
0
 protected override void Parse(Newtonsoft.Json.Linq.JToken json)
 {
     base.Parse(json);
     this.Art = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseJsonObject<Media.Artwork>(json, "art");
     this.PlayCount = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleValue<System.Nullable<int>>(json, "playcount", 0);
     this.ParseExtension(json);
 }
Ejemplo n.º 4
0
 public StateElement(Enumeration.State state, Enumeration.PriorityState priority, System.Nullable<bool> stoppable)
 {
     _state = state;
     _priorityState = priority;
     _stoppable = stoppable;
     _reverse = Enumeration.SequenceReverse.Normal;
     _offset = Vector2.Zero;
 }
Ejemplo n.º 5
0
 public StateElement(Enumeration.State state, Enumeration.PriorityState priority, System.Nullable<bool> stoppable, Enumeration.SequenceReverse reverse, Vector2 offSet)
 {
     _state = state;
     _priorityState = priority;
     _stoppable = stoppable;
     _reverse = reverse;
     _offset = offSet;
 }
Ejemplo n.º 6
0
 public static string InsertOrder(bool bPromos, string bFirst, string bLast, string bComp, string bAddr1, string bAddr2, string bCity, string bState, string bZip, string bCountry, string bEmail, string bPhone, string sFirst, string sLast, string sCompany, string sAddr1, string sAddr2, string sCity, string sState, string sZip, string sCountry, string sEmail, string sPhone, string strPersonalMessage, string strDesc, int Quantity, decimal Amount, decimal subtotal, string shippingtype, decimal shippingamount, decimal total)
 {
     CafeDeluxeTableAdapters.QueriesTableAdapter sta = new global::CafeDeluxe.CafeDeluxeTableAdapters.QueriesTableAdapter();
     System.Nullable<int> bsi = new System.Nullable<int>();
     System.Nullable<int> ii = new System.Nullable<int>();
     System.Nullable<int> oi = new System.Nullable<int>();
     sta.InsertAllOrderInfo(bFirst, bLast, bComp, bAddr1, bAddr2, bCity, bState, bZip, bCountry, bEmail, bPhone, sFirst, sLast, sCompany, sAddr1, sAddr2, sCity, sState, sZip, sCountry, sEmail, sPhone, bPromos, strPersonalMessage, ref bsi, strDesc, Quantity, Amount, ref ii, subtotal, shippingtype, shippingamount, total, ref oi);
     return oi.ToString();
 }
		public virtual void Put(int fieldPos, object fieldValue)
		{
			switch (fieldPos)
			{
			case 0: this.jointId = (System.Int32)fieldValue; break;
			case 1: this.name = (System.String)fieldValue; break;
			case 2: this.defaultPosition = (System.Nullable<double>)fieldValue; break;
			default: throw new AvroRuntimeException("Bad index " + fieldPos + " in Put()");
			};
		}
Ejemplo n.º 8
0
 public ProductGWO(BrandGWO brand, string globalTradeItemNumber, System.DateTime lastUpdated, bool lastUpdatedSpecified, string productName, System.Nullable<int> quantity, bool quantitySpecified, string quantityUnit)
 {
     this.brand = brand;
     this.globalTradeItemNumber = globalTradeItemNumber;
     this.lastUpdated = lastUpdated;
     this.lastUpdatedSpecified = lastUpdatedSpecified;
     this.productName = productName;
     this.quantity = quantity;
     this.quantitySpecified = quantitySpecified;
     this.quantityUnit = quantityUnit;
 }
Ejemplo n.º 9
0
 protected override void Parse(Newtonsoft.Json.Linq.JToken json)
 {
     base.Parse(json);
     this.Episode = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleValue<System.Nullable<int>>(json, "episode", 0);
     this.Season = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleValue<int>(json, "season");
     this.ShowTitle = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleValue<string>(json, "showtitle", "");
     this.TVShowId = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleValue<System.Nullable<int>>(json, "tvshowid", -1);
     this.Watchedepisodes = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleValue<System.Nullable<int>>(json, "watchedepisodes", 0);
     this.ParseExtension(json);
 }
Ejemplo n.º 10
0
 public async ValueTask <decimal[]> getIndices(System.Nullable <bool> copyWhenShared = null, System.Nullable <bool> forceCopy = null)
 {
     return(await EventHorizonBlazorInterop.FuncArray <decimal>(
                new object[]
     {
         new string[] { this.___guid, "getIndices" }, copyWhenShared, forceCopy
     }
                ));
 }
Ejemplo n.º 11
0
 protected override void Parse(Newtonsoft.Json.Linq.JToken json)
 {
     base.Parse(json);
     this.Cast = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseJsonObjectArray<Video.Cast>(json, "cast");
     this.Episode = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleValue<System.Nullable<int>>(json, "episode", 0);
     this.EpisodeGuide = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleValue<string>(json, "episodeguide", "");
     this.Genre = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleArrayValue<string>(json, "genre");
     this.ImdbNumber = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleValue<string>(json, "imdbnumber", "");
     this.Mpaa = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleValue<string>(json, "mpaa", "");
     this.OriginalTitle = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleValue<string>(json, "originaltitle", "");
     this.Premiered = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleValue<string>(json, "premiered", "");
     this.Rating = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleValue<System.Nullable<decimal>>(json, "rating", 0m);
     this.Season = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleValue<System.Nullable<int>>(json, "season", 0);
     this.SortTitle = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleValue<string>(json, "sorttitle", "");
     this.Studio = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleArrayValue<string>(json, "studio");
     this.Tag = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleArrayValue<string>(json, "tag");
     this.TVShowId = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleValue<System.Nullable<int>>(json, "tvshowid", -1);
     this.Votes = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleValue<string>(json, "votes", "");
     this.Watchedepisodes = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleValue<System.Nullable<int>>(json, "watchedepisodes", 0);
     this.Year = JeanRichard.Xbmc.Lib.JsonHelpers.JObjectExtensions.ParseSimpleValue<System.Nullable<int>>(json, "year", 0);
     this.ParseExtension(json);
 }
 partial void OnStatusChanging(System.Nullable <int> value);
 partial void OnMPG_HighwayChanging(System.Nullable <short> value);
Ejemplo n.º 14
0
 public createDocumentFromSourceRequest(string repositoryId, string sourceId, cmisPropertiesType properties, string folderId, System.Nullable<enumVersioningState> versioningState, string[] policies, cmisAccessControlListType addACEs, cmisAccessControlListType removeACEs, cmisExtensionType extension)
 {
     this.repositoryId = repositoryId;
     this.sourceId = sourceId;
     this.properties = properties;
     this.folderId = folderId;
     this.versioningState = versioningState;
     this.policies = policies;
     this.addACEs = addACEs;
     this.removeACEs = removeACEs;
     this.extension = extension;
 }
Ejemplo n.º 15
0
 public setContentStreamRequest(string repositoryId, string objectId, System.Nullable<bool> overwriteFlag, string changeToken, cmisContentStreamType contentStream, cmisExtensionType extension)
 {
     this.repositoryId = repositoryId;
     this.objectId = objectId;
     this.overwriteFlag = overwriteFlag;
     this.changeToken = changeToken;
     this.contentStream = contentStream;
     this.extension = extension;
 }
        public ISingleResult <SP_LISTA_CANTIDAD_DIASResult> SP_LISTA_CANTIDAD_DIAS([global::System.Data.Linq.Mapping.ParameterAttribute(Name = "IdCantidadDias", DbType = "Decimal(20,0)")] System.Nullable <decimal> idCantidadDias)
        {
            IExecuteResult result = this.ExecuteMethodCall(this, ((MethodInfo)(MethodInfo.GetCurrentMethod())), idCantidadDias);

            return((ISingleResult <SP_LISTA_CANTIDAD_DIASResult>)(result.ReturnValue));
        }
        public ISingleResult <SP_LISTADO_TIPO_VENTAResult> SP_LISTADO_TIPO_VENTA([global::System.Data.Linq.Mapping.ParameterAttribute(Name = "IdTipoVenta", DbType = "Decimal(20,0)")] System.Nullable <decimal> idTipoVenta)
        {
            IExecuteResult result = this.ExecuteMethodCall(this, ((MethodInfo)(MethodInfo.GetCurrentMethod())), idTipoVenta);

            return((ISingleResult <SP_LISTADO_TIPO_VENTAResult>)(result.ReturnValue));
        }
        public ISingleResult <SP_CARGAR_LISTA_MEDICOSResult> SP_CARGAR_LISTA_MEDICOS([global::System.Data.Linq.Mapping.ParameterAttribute(Name = "IdCentroSalud", DbType = "Decimal(20,0)")] System.Nullable <decimal> idCentroSalud)
        {
            IExecuteResult result = this.ExecuteMethodCall(this, ((MethodInfo)(MethodInfo.GetCurrentMethod())), idCentroSalud);

            return((ISingleResult <SP_CARGAR_LISTA_MEDICOSResult>)(result.ReturnValue));
        }
        public ISingleResult <SP_LISTAS_HORASResult> SP_LISTAS_HORAS([global::System.Data.Linq.Mapping.ParameterAttribute(Name = "IdHora", DbType = "Decimal(20,0)")] System.Nullable <decimal> idHora, [global::System.Data.Linq.Mapping.ParameterAttribute(Name = "Hora", DbType = "VarChar(20)")] string hora)
        {
            IExecuteResult result = this.ExecuteMethodCall(this, ((MethodInfo)(MethodInfo.GetCurrentMethod())), idHora, hora);

            return((ISingleResult <SP_LISTAS_HORASResult>)(result.ReturnValue));
        }
 partial void OnPriceChanging(System.Nullable <decimal> value);
 partial void OnEventTypeChanging(System.Nullable <int> value);
 partial void OnLabelChanging(System.Nullable <int> value);
Ejemplo n.º 23
0
 public getContentChangesRequest(string repositoryId, string changeLogToken, System.Nullable<bool> includeProperties, string filter, System.Nullable<bool> includePolicyIds, System.Nullable<bool> includeACL, string maxItems, cmisExtensionType extension)
 {
     this.repositoryId = repositoryId;
     this.changeLogToken = changeLogToken;
     this.includeProperties = includeProperties;
     this.filter = filter;
     this.includePolicyIds = includePolicyIds;
     this.includeACL = includeACL;
     this.maxItems = maxItems;
     this.extension = extension;
 }
        public ISingleResult <SP_LISTA_PROVEEDORResult> SP_LISTA_PROVEEDOR([global::System.Data.Linq.Mapping.ParameterAttribute(Name = "IdTipoProveedor", DbType = "Decimal(18,0)")] System.Nullable <decimal> idTipoProveedor)
        {
            IExecuteResult result = this.ExecuteMethodCall(this, ((MethodInfo)(MethodInfo.GetCurrentMethod())), idTipoProveedor);

            return((ISingleResult <SP_LISTA_PROVEEDORResult>)(result.ReturnValue));
        }
Ejemplo n.º 25
0
 public getObjectParentsRequest(string repositoryId, string objectId, string filter, System.Nullable<bool> includeAllowableActions, System.Nullable<enumIncludeRelationships> includeRelationships, string renditionFilter, System.Nullable<bool> includeRelativePathSegment, cmisExtensionType extension)
 {
     this.repositoryId = repositoryId;
     this.objectId = objectId;
     this.filter = filter;
     this.includeAllowableActions = includeAllowableActions;
     this.includeRelationships = includeRelationships;
     this.renditionFilter = renditionFilter;
     this.includeRelativePathSegment = includeRelativePathSegment;
     this.extension = extension;
 }
Ejemplo n.º 26
0
        public ISingleResult <EmployeeStoreProcedureResult> EmployeeStoreProcedure([global::System.Data.Linq.Mapping.ParameterAttribute(Name = "ID", DbType = "Int")] System.Nullable <int> iD, [global::System.Data.Linq.Mapping.ParameterAttribute(Name = "Name", DbType = "NVarChar(200)")] string name, [global::System.Data.Linq.Mapping.ParameterAttribute(Name = "DeptId", DbType = "Int")] System.Nullable <int> deptId, [global::System.Data.Linq.Mapping.ParameterAttribute(Name = "Email", DbType = "NVarChar(200)")] string email, [global::System.Data.Linq.Mapping.ParameterAttribute(Name = "DOJ", DbType = "Date")] System.Nullable <System.DateTime> dOJ, [global::System.Data.Linq.Mapping.ParameterAttribute(Name = "CrudOption", DbType = "NVarChar(50)")] string crudOption)
        {
            IExecuteResult result = this.ExecuteMethodCall(this, ((MethodInfo)(MethodInfo.GetCurrentMethod())), iD, name, deptId, email, dOJ, crudOption);

            return((ISingleResult <EmployeeStoreProcedureResult>)(result.ReturnValue));
        }
Ejemplo n.º 27
0
 public deleteObjectRequest(string repositoryId, string objectId, System.Nullable<bool> allVersions, cmisExtensionType extension)
 {
     this.repositoryId = repositoryId;
     this.objectId = objectId;
     this.allVersions = allVersions;
     this.extension = extension;
 }
Ejemplo n.º 28
0
 partial void OnMark1Changing(System.Nullable <double> value);
Ejemplo n.º 29
0
 public getTypeChildrenRequest(string repositoryId, string typeId, System.Nullable<bool> includePropertyDefinitions, string maxItems, string skipCount, cmisExtensionType extension)
 {
     this.repositoryId = repositoryId;
     this.typeId = typeId;
     this.includePropertyDefinitions = includePropertyDefinitions;
     this.maxItems = maxItems;
     this.skipCount = skipCount;
     this.extension = extension;
 }
Ejemplo n.º 30
0
 public static async ValueTask <Skeleton> MakeAnimationAdditive(Skeleton skeleton, string range, System.Nullable <decimal> referenceFrame = null)
 {
     return(await EventHorizonBlazorInterop.FuncClass <Skeleton>(
                entity => new Skeleton()
     {
         ___guid = entity.___guid
     },
                new object[]
     {
         new string[] { "BABYLON", "Skeleton", "MakeAnimationAdditive" }, skeleton, referenceFrame, range
     }
                ));
 }
Ejemplo n.º 31
0
 public applyACLRequest(string repositoryId, string objectId, cmisAccessControlListType addACEs, cmisAccessControlListType removeACEs, System.Nullable<enumACLPropagation> ACLPropagation, cmisExtensionType extension)
 {
     this.repositoryId = repositoryId;
     this.objectId = objectId;
     this.addACEs = addACEs;
     this.removeACEs = removeACEs;
     this.ACLPropagation = ACLPropagation;
     this.extension = extension;
 }
Ejemplo n.º 32
0
 public async ValueTask <bool> copyAnimationRange(Skeleton source, string name, System.Nullable <bool> rescaleAsRequired = null)
 {
     return(await EventHorizonBlazorInterop.Func <bool>(
                new object[]
     {
         new string[] { this.___guid, "copyAnimationRange" }, source, name, rescaleAsRequired
     }
                ));
 }
 partial void OnLiterChanging(System.Nullable <double> value);
Ejemplo n.º 34
0
 public async ValueTask <Animatable> beginAnimation(string name, System.Nullable <bool> loop = null, System.Nullable <decimal> speedRatio = null, ActionCallback onAnimationEnd = null)
 {
     return(await EventHorizonBlazorInterop.FuncClass <Animatable>(
                entity => new Animatable()
     {
         ___guid = entity.___guid
     },
                new object[]
     {
         new string[] { this.___guid, "beginAnimation" }, name, loop, speedRatio, onAnimationEnd
     }
                ));
 }
Ejemplo n.º 35
0
 public async ValueTask setIndices(decimal[] indices, System.Nullable <decimal> totalVertices = null, System.Nullable <bool> updatable = null)
 {
     await EventHorizonBlazorInterop.Func <CachedEntity>(
         new object[]
     {
         new string[] { this.___guid, "setIndices" }, indices, totalVertices, updatable
     }
         );
 }
Ejemplo n.º 36
0
 partial void OnRESULTChanging(System.Nullable<bool> value);
Ejemplo n.º 37
0
 public void Setup()
 {
   IntelliTrack.Client.Application.dlgParametrosConsultaHistoricos dlgParametrosConsultaHistoricos = new IntelliTrack.Client.Application.dlgParametrosConsultaHistoricos();
   dlgParametrosConsultaHistoricos.FechaInicio = FechaInicioConsulta_.Value;;
   dlgParametrosConsultaHistoricos.FechaFin = FechaFinConsulta.Value;
   dlgParametrosConsultaHistoricos.VelocidadMinima = VelocidadMinima;
   dlgParametrosConsultaHistoricos.VelocidadMaxima = VelocidadMaxima;
   dlgParametrosConsultaHistoricos.CategoriaSelected = Categoria_.Value;
   dlgParametrosConsultaHistoricos.Vehiculo = Vehiculo;
   dlgParametrosConsultaHistoricos.Transponder = Transponder;
   dlgParametrosConsultaHistoricos.Punto = Punto;
   dlgParametrosConsultaHistoricos.Camino = Camino;
   dlgParametrosConsultaHistoricos.Area = Area;
   dlgParametrosConsultaHistoricos.GenerarReporte = GenerarReporte;
   dlgParametrosConsultaHistoricos.MuestrasPorSegundo = 1000 / AnimationSpeedMiliSeconds_;
   dlgParametrosConsultaHistoricos.QueryTimeOut = QueryTimeOut;
   dlgParametrosConsultaHistoricos.FiltroPorVelocidad = FiltroPorVelocidad;
   if (dlgParametrosConsultaHistoricos.ShowDialog() == System.Windows.Forms.DialogResult.OK)
   {
     FechaInicioConsulta = new System.Nullable<System.DateTime>(dlgParametrosConsultaHistoricos.FechaInicio);
     FechaFinConsulta = new System.Nullable<System.DateTime>(dlgParametrosConsultaHistoricos.FechaFin);
     VelocidadMinima = dlgParametrosConsultaHistoricos.VelocidadMinima;
     VelocidadMaxima = dlgParametrosConsultaHistoricos.VelocidadMaxima;
     Categoria = new System.Nullable<int>(dlgParametrosConsultaHistoricos.CategoriaSelected);
     Vehiculo = dlgParametrosConsultaHistoricos.Vehiculo;
     Transponder = dlgParametrosConsultaHistoricos.Transponder;
     Punto = dlgParametrosConsultaHistoricos.Punto;
     Camino = dlgParametrosConsultaHistoricos.Camino;
     Area = dlgParametrosConsultaHistoricos.Area;
     AnimationSpeedMiliSeconds = 1000 / dlgParametrosConsultaHistoricos.MuestrasPorSegundo;
     QueryTimeOut = dlgParametrosConsultaHistoricos.QueryTimeOut;
     GenerarReporte = dlgParametrosConsultaHistoricos.GenerarReporte;
     FiltroPorVelocidad = dlgParametrosConsultaHistoricos.FiltroPorVelocidad;
     ClearProviderGPSs();
     ExecuteQuery(true);
   }
 }
 partial void OnJobHistoryIdChanging(System.Nullable <long> value);
Ejemplo n.º 39
0
 public queryRequest(string repositoryId, string statement, System.Nullable<bool> searchAllVersions, System.Nullable<bool> includeAllowableActions, System.Nullable<enumIncludeRelationships> includeRelationships, string renditionFilter, string maxItems, string skipCount, cmisExtensionType extension, System.Xml.XmlAttribute[] AnyAttr)
 {
     this.repositoryId = repositoryId;
     this.statement = statement;
     this.searchAllVersions = searchAllVersions;
     this.includeAllowableActions = includeAllowableActions;
     this.includeRelationships = includeRelationships;
     this.renditionFilter = renditionFilter;
     this.maxItems = maxItems;
     this.skipCount = skipCount;
     this.extension = extension;
     this.AnyAttr = AnyAttr;
 }
 partial void OnSuccessChanging(System.Nullable <bool> value);
Ejemplo n.º 41
0
 public getFolderTreeRequest(string repositoryId, string folderId, string depth, string filter, System.Nullable<bool> includeAllowableActions, System.Nullable<enumIncludeRelationships> includeRelationships, string renditionFilter, System.Nullable<bool> includePathSegment, cmisExtensionType extension)
 {
     this.repositoryId = repositoryId;
     this.folderId = folderId;
     this.depth = depth;
     this.filter = filter;
     this.includeAllowableActions = includeAllowableActions;
     this.includeRelationships = includeRelationships;
     this.renditionFilter = renditionFilter;
     this.includePathSegment = includePathSegment;
     this.extension = extension;
 }
        public static async ValueTask <HemisphericParticleEmitter> NewHemisphericParticleEmitter(
            System.Nullable <decimal> radius = null, System.Nullable <decimal> radiusRange = null, System.Nullable <decimal> directionRandomizer = null
            )
        {
            var entity = await EventHorizonBlazorInterop.New(
                new string[] { "BABYLON", "HemisphericParticleEmitter" },
                radius, radiusRange, directionRandomizer
                );

            return(new HemisphericParticleEmitter(entity));
        }
Ejemplo n.º 43
0
 public getCheckedOutDocsRequest(string repositoryId, string folderId, string filter, string orderBy, System.Nullable<bool> includeAllowableActions, System.Nullable<enumIncludeRelationships> includeRelationships, string renditionFilter, string maxItems, string skipCount, cmisExtensionType extension)
 {
     this.repositoryId = repositoryId;
     this.folderId = folderId;
     this.filter = filter;
     this.orderBy = orderBy;
     this.includeAllowableActions = includeAllowableActions;
     this.includeRelationships = includeRelationships;
     this.renditionFilter = renditionFilter;
     this.maxItems = maxItems;
     this.skipCount = skipCount;
     this.extension = extension;
 }
Ejemplo n.º 44
0
 partial void OnoptionsChanging(System.Nullable <int> value);
Ejemplo n.º 45
0
 public getObjectByPathRequest(string repositoryId, string path, string filter, System.Nullable<bool> includeAllowableActions, System.Nullable<enumIncludeRelationships> includeRelationships, string renditionFilter, System.Nullable<bool> includePolicyIds, System.Nullable<bool> includeACL, cmisExtensionType extension)
 {
     this.repositoryId = repositoryId;
     this.path = path;
     this.filter = filter;
     this.includeAllowableActions = includeAllowableActions;
     this.includeRelationships = includeRelationships;
     this.renditionFilter = renditionFilter;
     this.includePolicyIds = includePolicyIds;
     this.includeACL = includeACL;
     this.extension = extension;
 }
Ejemplo n.º 46
0
 partial void Onsyn41Changing(System.Nullable <int> value);
Ejemplo n.º 47
0
 public deleteTreeRequest(string repositoryId, string folderId, System.Nullable<bool> allVersions, System.Nullable<enumUnfileObject> unfileObjects, System.Nullable<bool> continueOnFailure, cmisExtensionType extension)
 {
     this.repositoryId = repositoryId;
     this.folderId = folderId;
     this.allVersions = allVersions;
     this.unfileObjects = unfileObjects;
     this.continueOnFailure = continueOnFailure;
     this.extension = extension;
 }
Ejemplo n.º 48
0
 public checkInRequest(string repositoryId, string objectId, System.Nullable<bool> major, cmisPropertiesType properties, cmisContentStreamType contentStream, string checkinComment, string[] policies, cmisAccessControlListType addACEs, cmisAccessControlListType removeACEs, cmisExtensionType extension)
 {
     this.repositoryId = repositoryId;
     this.objectId = objectId;
     this.major = major;
     this.properties = properties;
     this.contentStream = contentStream;
     this.checkinComment = checkinComment;
     this.policies = policies;
     this.addACEs = addACEs;
     this.removeACEs = removeACEs;
     this.extension = extension;
 }
Ejemplo n.º 49
0
 public getObjectRelationshipsRequest(string repositoryId, string objectId, bool includeSubRelationshipTypes, System.Nullable<enumRelationshipDirection> relationshipDirection, string typeId, string filter, System.Nullable<bool> includeAllowableActions, string maxItems, string skipCount, cmisExtensionType extension)
 {
     this.repositoryId = repositoryId;
     this.objectId = objectId;
     this.includeSubRelationshipTypes = includeSubRelationshipTypes;
     this.relationshipDirection = relationshipDirection;
     this.typeId = typeId;
     this.filter = filter;
     this.includeAllowableActions = includeAllowableActions;
     this.maxItems = maxItems;
     this.skipCount = skipCount;
     this.extension = extension;
 }
Ejemplo n.º 50
0
 public getAllVersionsRequest(string repositoryId, string objectId, string filter, System.Nullable<bool> includeAllowableActions, cmisExtensionType extension)
 {
     this.repositoryId = repositoryId;
     this.objectId = objectId;
     this.filter = filter;
     this.includeAllowableActions = includeAllowableActions;
     this.extension = extension;
 }
Ejemplo n.º 51
0
 public getTypeDescendantsRequest(string repositoryId, string typeId, string depth, System.Nullable<bool> includePropertyDefinitions, cmisExtensionType extension)
 {
     this.repositoryId = repositoryId;
     this.typeId = typeId;
     this.depth = depth;
     this.includePropertyDefinitions = includePropertyDefinitions;
     this.extension = extension;
 }
 partial void OnUserIdChanging(System.Nullable <int> value);
Ejemplo n.º 53
0
 public getObjectOfLatestVersionRequest(string repositoryId, string objectId, bool major, string filter, System.Nullable<bool> includeAllowableActions, System.Nullable<enumIncludeRelationships> includeRelationships, string renditionFilter, System.Nullable<bool> includePolicyIds, System.Nullable<bool> includeACL, cmisExtensionType extension)
 {
     this.repositoryId = repositoryId;
     this.objectId = objectId;
     this.major = major;
     this.filter = filter;
     this.includeAllowableActions = includeAllowableActions;
     this.includeRelationships = includeRelationships;
     this.renditionFilter = renditionFilter;
     this.includePolicyIds = includePolicyIds;
     this.includeACL = includeACL;
     this.extension = extension;
 }
Ejemplo n.º 54
0
 public async ValueTask updateIndices(decimal[] indices, System.Nullable <decimal> offset = null, System.Nullable <bool> gpuMemoryOnly = null)
 {
     await EventHorizonBlazorInterop.Func <CachedEntity>(
         new object[]
     {
         new string[] { this.___guid, "updateIndices" }, indices, offset, gpuMemoryOnly
     }
         );
 }
Ejemplo n.º 55
0
 public getACLRequest(string repositoryId, string objectId, System.Nullable<bool> onlyBasicPermissions, cmisExtensionType extension)
 {
     this.repositoryId = repositoryId;
     this.objectId = objectId;
     this.onlyBasicPermissions = onlyBasicPermissions;
     this.extension = extension;
 }
 partial void OnCylChanging(System.Nullable <short> value);
Ejemplo n.º 57
0
 partial void OnEmployeeIDChanging(System.Nullable <int> value);
 partial void OnTransmissSpeedCountChanging(System.Nullable <short> value);
Ejemplo n.º 59
0
 public mediaOutletPlacement() {
     this.sundayField = false;
     this.mondayField = false;
     this.tuesdayField = false;
     this.wednesdayField = false;
     this.thursdayField = false;
     this.fridayField = false;
     this.saturdayField = false;
     this.airTimeField = ((long)(0));
     this.activeField = true;
 }
Ejemplo n.º 60
0
 public async ValueTask updateVerticesDataDirectly(string kind, decimal[] data, decimal offset, System.Nullable <bool> useBytes = null)
 {
     await EventHorizonBlazorInterop.Func <CachedEntity>(
         new object[]
     {
         new string[] { this.___guid, "updateVerticesDataDirectly" }, kind, data, offset, useBytes
     }
         );
 }