Skip to content

Commit 6b4fb30

Browse files
Added protected properties
1 parent 2b65023 commit 6b4fb30

File tree

22 files changed

+129
-1
lines changed

22 files changed

+129
-1
lines changed

english/net/aspose.html.dom.attributes/domconstructorattribute/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ public sealed class DOMConstructorAttribute : Attribute
2222
| --- | --- |
2323
| [DOMConstructorAttribute](domconstructorattribute/)() | The default constructor. |
2424

25+
## Properties
26+
27+
| Name | Description |
28+
| --- | --- |
29+
| virtual [TypeId](../../system/attribute/typeid/) { get; } | |
30+
2531
### See Also
2632

2733
* namespace [Aspose.Html.Dom.Attributes](../../aspose.html.dom.attributes/)

english/net/aspose.html.dom.attributes/domnameattribute/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public sealed class DOMNameAttribute : Attribute
2828
| Name | Description |
2929
| --- | --- |
3030
| [Name](../../aspose.html.dom.attributes/domnameattribute/name/) { get; } | Gets the DOM name. |
31+
| virtual [TypeId](../../system/attribute/typeid/) { get; } | |
3132

3233
### See Also
3334

english/net/aspose.html.dom.attributes/domnamedpropertygetterattribute/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ public sealed class DOMNamedPropertyGetterAttribute : Attribute
2222
| --- | --- |
2323
| [DOMNamedPropertyGetterAttribute](domnamedpropertygetterattribute/)() | The default constructor. |
2424

25+
## Properties
26+
27+
| Name | Description |
28+
| --- | --- |
29+
| virtual [TypeId](../../system/attribute/typeid/) { get; } | |
30+
2531
### See Also
2632

2733
* namespace [Aspose.Html.Dom.Attributes](../../aspose.html.dom.attributes/)

english/net/aspose.html.dom.attributes/domnointerfaceobjectattribute/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ public sealed class DOMNoInterfaceObjectAttribute : Attribute
2222
| --- | --- |
2323
| [DOMNoInterfaceObjectAttribute](domnointerfaceobjectattribute/)() | The default constructor. |
2424

25+
## Properties
26+
27+
| Name | Description |
28+
| --- | --- |
29+
| virtual [TypeId](../../system/attribute/typeid/) { get; } | |
30+
2531
### See Also
2632

2733
* namespace [Aspose.Html.Dom.Attributes](../../aspose.html.dom.attributes/)

english/net/aspose.html.dom.attributes/domnullableattribute/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ public sealed class DOMNullableAttribute : Attribute
2222
| --- | --- |
2323
| [DOMNullableAttribute](domnullableattribute/)() | The default constructor. |
2424

25+
## Properties
26+
27+
| Name | Description |
28+
| --- | --- |
29+
| virtual [TypeId](../../system/attribute/typeid/) { get; } | |
30+
2531
### See Also
2632

2733
* namespace [Aspose.Html.Dom.Attributes](../../aspose.html.dom.attributes/)

english/net/aspose.html.dom.attributes/domobjectattribute/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ public sealed class DOMObjectAttribute : Attribute
2222
| --- | --- |
2323
| [DOMObjectAttribute](domobjectattribute/)() | The default constructor. |
2424

25+
## Properties
26+
27+
| Name | Description |
28+
| --- | --- |
29+
| virtual [TypeId](../../system/attribute/typeid/) { get; } | |
30+
2531
### See Also
2632

2733
* namespace [Aspose.Html.Dom.Attributes](../../aspose.html.dom.attributes/)

english/net/aspose.html.dom.attributes/domtreatnullasattribute/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public sealed class DOMTreatNullAsAttribute : Attribute
2828
| Name | Description |
2929
| --- | --- |
3030
| [Type](../../aspose.html.dom.attributes/domtreatnullasattribute/type/) { get; set; } | Gets or sets value the type. |
31+
| virtual [TypeId](../../system/attribute/typeid/) { get; } | |
3132
| [Value](../../aspose.html.dom.attributes/domtreatnullasattribute/value/) { getset; } | Gets or sets the value. |
3233

3334
### See Also

english/net/aspose.html.dom.svg/svgexception/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ public class SVGException : PlatformException
2727
| Name | Description |
2828
| --- | --- |
2929
| [Code](../../aspose.html.dom.svg/svgexception/code/) { get; } | A code identifying the reason why the requested operation could not be performed. The value of this member will be one of the constants in the SVGException code group. |
30+
| virtual [Data](../../system/exception/data/) { get; } | |
31+
| virtual [HelpLink](../../system/exception/helplink/) { getset; } | |
32+
| [HResult](../../system/exception/hresult/) { getset; } | |
33+
| [InnerException](../../system/exception/innerexception/) { get; } | |
34+
| virtual [Message](../../system/exception/message/) { get; } | |
35+
| virtual [Source](../../system/exception/source/) { getset; } | |
36+
| virtual [StackTrace](../../system/exception/stacktrace/) { get; } | |
37+
| [TargetSite](../../system/exception/targetsite/) { get; } | |
3038

3139
## Public Members
3240
## Fields

english/net/aspose.html.dom/domexception/_index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,15 @@ public class DOMException : PlatformException
2828
| Name | Description |
2929
| --- | --- |
3030
| [Code](../../aspose.html.dom/domexception/code/) { get; } | Returns a value that contains one of the error code constants, or 0 if none match. This field is used for historical reasons. |
31+
| virtual [Data](../../system/exception/data/) { get; } | |
32+
| virtual [HelpLink](../../system/exception/helplink/) { getset; } | |
33+
| [HResult](../../system/exception/hresult/) { getset; } | |
34+
| [InnerException](../../system/exception/innerexception/) { get; } | |
3135
| override [Message](../../aspose.html.dom/domexception/message/) { get; } | Returns a string representing a message or description associated with the given error name. |
3236
| [Name](../../aspose.html.dom/domexception/name/) { get; } | Returns a string that contains one of the strings associated with an error name. |
37+
| virtual [Source](../../system/exception/source/) { getset; } | |
38+
| virtual [StackTrace](../../system/exception/stacktrace/) { get; } | |
39+
| [TargetSite](../../system/exception/targetsite/) { get; } | |
3340

3441
## Public Members
3542
## Fields

english/net/aspose.html.net/contentheaders/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@ public class ContentHeaders : WebHeaderCollection
2626

2727
| Name | Description |
2828
| --- | --- |
29+
| override [AllKeys](../../system.net/webheadercollection/allkeys/) { get; } | |
2930
| [ContentType](../../aspose.html.net/contentheaders/contenttype/) { get; } | Gets the Content-Type header value. |
31+
| override [Count](../../system.net/webheadercollection/count/) { get; } | |
32+
| [Item](../../system.net/webheadercollection/item/) { getset; } | (3 indexers) |
33+
| [Item](../../system.collections.specialized/namevaluecollection/item/) { get; } | |
34+
| override [Keys](../../system.net/webheadercollection/keys/) { get; } | |
35+
| [IsReadOnly](../../system.collections.specialized/nameobjectcollectionbase/isreadonly/) { get; } | |
3036

3137
### See Also
3238

0 commit comments

Comments
 (0)