|
|
BroField Class |
Namespace: BroccoliSharp
The BroField type exposes the following members.
| Name | Description | |
|---|---|---|
| BroField(BroValue, String) |
Creates a new BroField from the provided value and specified field name.
| |
| BroField(Object, BroType, String, String) |
Creates a new BroField from the provided value, type and specified field name.
|
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified Object is equal to the current BroField.
(Overrides BroValueEquals(Object).) | |
| Equals(BroField) | ||
| Equals(BroValue) | (Inherited from BroValue.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
Gets a hash code for this BroField.
(Overrides BroValueGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Returns a string that represents this BroValue.
(Inherited from BroValue.) |
| Name | Description | |
|---|---|---|
| Equality |
Equality operator for BroField.
| |
| (Boolean to BroField) |
Implicitly converts Boolean value to a BroField.
| |
| (DateTime to BroField) |
Implicitly converts DateTime value to a BroField.
| |
| (IPAddress to BroField) |
Implicitly converts IPAddress value to a BroField.
| |
| (String to BroField) |
Implicitly converts String value to a BroField.
| |
| (BroAddress to BroField) |
Implicitly converts BroAddress value to a BroField.
| |
| (BroPacket to BroField) |
Implicitly converts BroPacket value to a BroField.
| |
| (BroPort to BroField) |
Implicitly converts BroPort value to a BroField.
| |
| (BroRecord to BroField) |
Implicitly converts BroRecord value to a BroField.
| |
| (BroSet to BroField) |
Implicitly converts BroSet value to a BroField.
| |
| (BroString to BroField) |
Implicitly converts BroString value to a BroField.
| |
| (BroSubnet to BroField) |
Implicitly converts BroSubnet value to a BroField.
| |
| (BroTable to BroField) |
Implicitly converts BroTable value to a BroField.
| |
| (BroTime to BroField) |
Implicitly converts BroTime value to a BroField.
| |
| (BroVector to BroField) |
Implicitly converts BroVector value to a BroField.
| |
| Inequality |
Inequality operator for BroField.
|
| Name | Description | |
|---|---|---|
| ConvertToType | (Defined by BroValueExtensions.) |
| Name | Description | |
|---|---|---|
| HasValue |
Gets a flag that determines if this BroValue as an assigned value.
(Inherited from BroValue.) | |
| Name |
Gets or sets the name of this BroField.
| |
| Type |
Gets type of BroValue.
(Inherited from BroValue.) | |
| TypeName |
Gets or sets optional name of specialized type of BroValue.
(Inherited from BroValue.) | |
| Value |
Gets value of BroValue.
(Inherited from BroValue.) |