|
Joutsen Logging v0.5.0+22-gec3d058
|
A scope implementation that represents a parent record by its identifier. More...
Public Member Functions | |
| ParentScope (Guid parentId) | |
| Creates a new instance with an identifier of a record. More... | |
| string | ToString (string format, IFormatProvider formatProvider) |
| Formats the scope into a string. More... | |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override string | ToString () |
| Map< string, string > | ToNamedStrings (string format, IFormatProvider formatProvider) |
| Creates a map of key value pairs which can be used to write the scope in a structured way. More... | |
| Map< string, string > | ToNamedStrings (string format, IFormatProvider formatProvider) |
| Creates a map of key value pairs which can be used to write the scope in a structured way. More... | |
Properties | |
| Guid | ParentId [get] |
| Hte parent records identifier. More... | |
A scope implementation that represents a parent record by its identifier.
| ParentScope.ParentScope | ( | Guid | parentId | ) |
Creates a new instance with an identifier of a record.
| override bool ParentScope.Equals | ( | object | obj | ) |
| override int ParentScope.GetHashCode | ( | ) |
| Map< string, string > ParentScope.ToNamedStrings | ( | string | format, |
| IFormatProvider | formatProvider | ||
| ) |
Creates a map of key value pairs which can be used to write the scope in a structured way.
| format | the string that defines the output format for the scope |
| formatProvider | provides localization information to format the scopes information |
Implements Scope.
| override string ParentScope.ToString | ( | ) |
| string ParentScope.ToString | ( | string | format, |
| IFormatProvider | formatProvider | ||
| ) |
Formats the scope into a string.
| format | the format to use to represent the scope |
| formatProvider | a format provider used for lacation specific representation |
|
get |
Hte parent records identifier.