Exemplo n.º 1
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (VersionInfo.Length != 0)
            {
                hash ^= VersionInfo.GetHashCode();
            }
            hash ^= resources_.GetHashCode();
            if (Canary != false)
            {
                hash ^= Canary.GetHashCode();
            }
            if (TypeUrl.Length != 0)
            {
                hash ^= TypeUrl.GetHashCode();
            }
            if (Nonce.Length != 0)
            {
                hash ^= Nonce.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
Exemplo n.º 2
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (VersionInfo.Length != 0)
            {
                hash ^= VersionInfo.GetHashCode();
            }
            if (node_ != null)
            {
                hash ^= Node.GetHashCode();
            }
            hash ^= resourceNames_.GetHashCode();
            if (TypeUrl.Length != 0)
            {
                hash ^= TypeUrl.GetHashCode();
            }
            if (ResponseNonce.Length != 0)
            {
                hash ^= ResponseNonce.GetHashCode();
            }
            if (errorDetail_ != null)
            {
                hash ^= ErrorDetail.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
Exemplo n.º 3
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Kind != global::Google.Protobuf.WellKnownTypes.Field.Types.Kind.TYPE_UNKNOWN)
            {
                hash ^= Kind.GetHashCode();
            }
            if (Cardinality != global::Google.Protobuf.WellKnownTypes.Field.Types.Cardinality.CARDINALITY_UNKNOWN)
            {
                hash ^= Cardinality.GetHashCode();
            }
            if (Number != 0)
            {
                hash ^= Number.GetHashCode();
            }
            if (Name.Length != 0)
            {
                hash ^= Name.GetHashCode();
            }
            if (TypeUrl.Length != 0)
            {
                hash ^= TypeUrl.GetHashCode();
            }
            if (OneofIndex != 0)
            {
                hash ^= OneofIndex.GetHashCode();
            }
            if (Packed != false)
            {
                hash ^= Packed.GetHashCode();
            }
            hash ^= options_.GetHashCode();
            return(hash);
        }
Exemplo n.º 4
0
        /// <summary></summary>
        public override int GetHashCode()
        {
            var code = 13;

            // Calculate hash on each properties one by one
            code = (code * 7) + Id.GetHashCode();
            if (ItemReference != null)
            {
                code = (code * 7) + ItemReference.GetHashCode();
            }
            if (this.AnnotationsUrl != null)
            {
                code = (code * 7) + AnnotationsUrl.GetHashCode();
            }
            if (this.CategoryUrl != null)
            {
                code = (code * 7) + CategoryUrl.GetHashCode();
            }
            if (this.CreationTime != null)
            {
                code = (code * 7) + CreationTime.GetHashCode();
            }
            code = (code * 7) + IsAckRequired.GetHashCode();
            code = (code * 7) + IsAcknowledged.GetHashCode();
            code = (code * 7) + IsDiscarded.GetHashCode();
            if (this.Message != null)
            {
                code = (code * 7) + Message.GetHashCode();
            }
            if (this.Name != null)
            {
                code = (code * 7) + Name.GetHashCode();
            }
            if (this.ObjectUrl != null)
            {
                code = (code * 7) + ObjectUrl.GetHashCode();
            }
            code = (code * 7) + Priority.GetHashCode();
            if (this.Self != null)
            {
                code = (code * 7) + Self.GetHashCode();
            }
            if (this.TypeUrl != null)
            {
                code = (code * 7) + TypeUrl.GetHashCode();
            }
            if (this.Type != null)
            {
                code = (code * 7) + Type.GetHashCode();
            }
            if (this.Category != null)
            {
                code = (code * 7) + Category.GetHashCode();
            }
            return(code);
        }
Exemplo n.º 5
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (ResourceName.Length != 0)
            {
                hash ^= ResourceName.GetHashCode();
            }
            if (name_ != null)
            {
                hash ^= Name.GetHashCode();
            }
            if (Category != global::Google.Ads.GoogleAds.V2.Enums.GoogleAdsFieldCategoryEnum.Types.GoogleAdsFieldCategory.Unspecified)
            {
                hash ^= Category.GetHashCode();
            }
            if (selectable_ != null)
            {
                hash ^= Selectable.GetHashCode();
            }
            if (filterable_ != null)
            {
                hash ^= Filterable.GetHashCode();
            }
            if (sortable_ != null)
            {
                hash ^= Sortable.GetHashCode();
            }
            hash ^= selectableWith_.GetHashCode();
            hash ^= attributeResources_.GetHashCode();
            hash ^= metrics_.GetHashCode();
            hash ^= segments_.GetHashCode();
            hash ^= enumValues_.GetHashCode();
            if (DataType != global::Google.Ads.GoogleAds.V2.Enums.GoogleAdsFieldDataTypeEnum.Types.GoogleAdsFieldDataType.Unspecified)
            {
                hash ^= DataType.GetHashCode();
            }
            if (typeUrl_ != null)
            {
                hash ^= TypeUrl.GetHashCode();
            }
            if (isRepeated_ != null)
            {
                hash ^= IsRepeated.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
Exemplo n.º 6
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (TypeUrl.Length != 0)
            {
                hash ^= TypeUrl.GetHashCode();
            }
            if (Value.Length != 0)
            {
                hash ^= Value.GetHashCode();
            }
            return(hash);
        }
Exemplo n.º 7
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (TypeUrl.Length != 0)
            {
                hash ^= TypeUrl.GetHashCode();
            }
            if (Value.Length != 0)
            {
                hash ^= Value.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
        internal MetasysObject(JToken token, ApiVersion version, IEnumerable <MetasysObject> children = null, CultureInfo cultureInfo = null, MetasysObjectTypeEnum?type = null)
        {
            _CultureInfo  = cultureInfo;
            Children      = children ?? new List <MetasysObject>(); // Return empty list by convention for null
            ChildrenCount = Children?.Count() ?? 0;                 // Children count is 0 when children is null
            Type          = type;

            try
            {
                Id            = new Guid(token["id"].Value <string>());
                ItemReference = token["itemReference"].Value <string>();
            }
            catch (Exception e)
            {
                throw new MetasysObjectException(token.ToString(), e);
            }

            try
            {
                Name = token["name"].Value <string>();
            }
            catch
            {
                Name = null;
            }

            try
            {
                Description = token["description"].Value <string>();
            }
            catch
            {
                Description = null;
            }

            try
            {
                // This applies for v2 and v1.
                TypeUrl = token["typeUrl"].Value <string>();
                if (Type == MetasysObjectTypeEnum.Space)
                {
                    // Set the specific category for Space
                    var typeId = TypeUrl.Split('/').Last();
                    // Convert space type to enum
                    Category = ((SpaceTypeEnum)int.Parse(typeId)).ToString();
                }
            }
            catch
            {
                TypeUrl  = null;
                Category = null;
            }

            if (version > ApiVersion.v2)
            {
                try
                {
                    // Object Type is available since API v3 only on object detail.
                    ObjectType = token["objectType"].Value <string>();
                }
                catch
                {
                    ObjectType = null;
                }
            }
        }