SharpYaml/doc/html/YamlDotNet.Core.Events/AnchorAlias.html

528 строки
24 KiB
HTML

<html>
<head>
<title>YamlDotNet.Core.Events.AnchorAlias</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
a { text-decoration: none }
div.SideBar {
padding-left: 1em;
padding-right: 1em;
right: 0;
float: right;
border: thin solid black;
background-color: #f2f2f2;
}
.CollectionTitle { font-weight: bold }
.PageTitle { font-size: 150%; font-weight: bold }
.Summary { }
.Signature { }
.Remarks { }
.Members { }
.Copyright { }
.Section { font-size: 125%; font-weight: bold }
p.Summary {
margin-left: 1em;
}
.SectionBox { margin-left: 2em }
.NamespaceName { font-size: 105%; font-weight: bold }
.NamespaceSumary { }
.MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
.Subsection { font-size: 105%; font-weight: bold }
.SubsectionBox { margin-left: 2em; margin-bottom: 1em }
.CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
.TypesListing {
border-collapse: collapse;
}
td {
vertical-align: top;
}
th {
text-align: left;
}
.TypesListing td {
margin: 0px;
padding: .25em;
border: solid gray 1px;
}
.TypesListing th {
margin: 0px;
padding: .25em;
background-color: #f2f2f2;
border: solid gray 1px;
}
div.Footer {
border-top: 1px solid gray;
margin-top: 1.5em;
padding-top: 0.6em;
text-align: center;
color: gray;
}
span.NotEntered /* Documentation for this section has not yet been entered */ {
font-style: italic;
color: red;
}
div.Header {
background: #B0C4DE;
border: double;
border-color: white;
border-width: 7px;
padding: 0.5em;
}
div.Header * {
font-size: smaller;
}
div.Note {
}
i.ParamRef {
}
i.subtitle {
}
ul.TypeMembersIndex {
text-align: left;
background: #F8F8F8;
}
ul.TypeMembersIndex li {
display: inline;
margin: 0.5em;
}
table.HeaderTable {
}
table.SignatureTable {
}
table.Documentation, table.Enumeration, table.TypeDocumentation {
border-collapse: collapse;
width: 100%;
}
table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
background: whitesmoke;
padding: 0.8em;
border: 1px solid gray;
text-align: left;
vertical-align: bottom;
}
table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
padding: 0.5em;
border: 1px solid gray;
text-align: left;
vertical-align: top;
}
table.TypeMembers {
border: 1px solid #C0C0C0;
width: 100%;
}
table.TypeMembers tr td {
background: #F8F8F8;
border: white;
}
table.Documentation {
}
table.TypeMembers {
}
div.CodeExample {
width: 100%;
border: 1px solid #DDDDDD;
background-color: #F8F8F8;
}
div.CodeExample p {
margin: 0.5em;
border-bottom: 1px solid #DDDDDD;
}
div.CodeExample div {
margin: 0.5em;
}
h4 {
margin-bottom: 0;
}
div.Signature {
border: 1px solid #C0C0C0;
background: #F2F2F2;
padding: 1em;
}
</style>
<script type="text/JavaScript">
function toggle_display (block) {
var w = document.getElementById (block);
var t = document.getElementById (block + ":toggle");
if (w.style.display == "none") {
w.style.display = "block";
t.innerHTML = "⊟";
} else {
w.style.display = "none";
t.innerHTML = "⊞";
}
}
</script>
</head>
<body>
<div class="CollectionTitle">
<a href="../index.html">YamlDotNet.Core</a> : <a href="index.html">YamlDotNet.Core.Events Namespace</a></div>
<div class="SideBar">
<p>
<a href="#T:YamlDotNet.Core.Events.AnchorAlias">Overview</a>
</p>
<p>
<a href="#T:YamlDotNet.Core.Events.AnchorAlias:Signature">Signature</a>
</p>
<p>
<a href="#T:YamlDotNet.Core.Events.AnchorAlias:Docs">Remarks</a>
</p>
<p>
<a href="#Members">Members</a>
</p>
<p>
<a href="#T:YamlDotNet.Core.Events.AnchorAlias:Members">Member Details</a>
</p>
</div>
<h1 class="PageTitle" id="T:YamlDotNet.Core.Events.AnchorAlias">AnchorAlias Class</h1>
<p class="Summary" id="T:YamlDotNet.Core.Events.AnchorAlias:Summary">
Represents an alias event.
</p>
<div id="T:YamlDotNet.Core.Events.AnchorAlias:Signature">
<div class="Signature">public class <b>AnchorAlias</b> : <a href="../YamlDotNet.Core.Events/ParsingEvent.html">ParsingEvent</a>, <a href="../YamlDotNet.Core.Events/IAnchorAlias.html">IAnchorAlias</a></div>
</div>
<div class="Remarks" id="T:YamlDotNet.Core.Events.AnchorAlias:Docs">
<h4 class="Subsection">
<a href="javascript:toggle_display('T:YamlDotNet.Core.Events.AnchorAlias:Docs:Remarks')">
<span id="T:YamlDotNet.Core.Events.AnchorAlias:Docs:Remarks:toggle"></span> Remarks</a>
</h4>
<blockquote class="SubsectionBox" id="T:YamlDotNet.Core.Events.AnchorAlias:Docs:Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('T:YamlDotNet.Core.Events.AnchorAlias:Docs:Version Information')">
<span id="T:YamlDotNet.Core.Events.AnchorAlias:Docs:Version Information:toggle"></span> Requirements</a>
</h4>
<blockquote class="SubsectionBox" id="T:YamlDotNet.Core.Events.AnchorAlias:Docs:Version Information">
<b>Namespace: </b>YamlDotNet.Core.Events<br /><b>Assembly: </b>YamlDotNet.Core (in YamlDotNet.Core.dll)<br /><b>Assembly Versions: </b>0.2.3385.42326</blockquote>
<h2 class="Section" id="Members">
<a href="javascript:toggle_display('_Members')">
<span id="_Members:toggle"></span> Members</a>
</h2>
<blockquote class="SectionBox" id="_Members">
<p>
See Also: Inherited members from
<a href="../YamlDotNet.Core.Events/ParsingEvent.html">ParsingEvent</a>.
</p>
<h3>
<a href="javascript:toggle_display('Public Constructors')">
<span id="Public Constructors:toggle"></span> Public Constructors</a>
</h3>
<blockquote id="Public Constructors">
<div class="SubsectionBox">
<table class="TypeMembers">
<tr valign="top">
<td>
<div>
</div>
</td>
<td>
<div>
<b>
<a href="#C:YamlDotNet.Core.Events.AnchorAlias(System.String)">AnchorAlias</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>)</div>
</td>
<td>
Initializes a new instance of the <a href="../YamlDotNet.Core.Events/AnchorAlias.html">YamlDotNet.Core.Events.AnchorAlias</a> class.
</td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td>
<div>
<b>
<a href="#C:YamlDotNet.Core.Events.AnchorAlias(System.String,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark)">AnchorAlias</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>, <a href="../YamlDotNet.Core/Mark.html">YamlDotNet.Core.Mark</a>, <a href="../YamlDotNet.Core/Mark.html">YamlDotNet.Core.Mark</a>)</div>
</td>
<td>
Initializes a new instance of the <a href="../YamlDotNet.Core.Events/AnchorAlias.html">YamlDotNet.Core.Events.AnchorAlias</a> class.
</td>
</tr>
</table>
</div>
</blockquote>
<h3>
<a href="javascript:toggle_display('Public Properties')">
<span id="Public Properties:toggle"></span> Public Properties</a>
</h3>
<blockquote id="Public Properties">
<div class="SubsectionBox">
<table class="TypeMembers">
<tr valign="top">
<td>[read-only]<div>override </div></td>
<td>
<b>
<a href="#P:YamlDotNet.Core.Events.AnchorAlias.NestingIncrease">NestingIncrease</a>
</b>
</td>
<td>
<i>
<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
</i>.
Gets a value indicating the variation of depth caused by this event.
The value can be either -1, 0 or 1. For start events, it will be 1,
for end events, it will be -1, and for the remaining events, it will be 0.
</td>
</tr>
<tr valign="top">
<td>[read-only]<div></div></td>
<td>
<b>
<a href="#P:YamlDotNet.Core.Events.AnchorAlias.Value">Value</a>
</b>
</td>
<td>
<i>
<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>
</i>.
Gets the value of the alias.
</td>
</tr>
</table>
</div>
</blockquote>
<h3>
<a href="javascript:toggle_display('Public Methods')">
<span id="Public Methods:toggle"></span> Public Methods</a>
</h3>
<blockquote id="Public Methods">
<div class="SubsectionBox">
<table class="TypeMembers">
<tr valign="top">
<td>
<div>override </div>
</td>
<td colspan="2">
<b>
<a href="#M:YamlDotNet.Core.Events.AnchorAlias.ToString">ToString</a>
</b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a></nobr><blockquote>
Returns a <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> that represents the current <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
</blockquote></td>
</tr>
</table>
</div>
</blockquote>
</blockquote>
</div>
<div class="Members" id="T:YamlDotNet.Core.Events.AnchorAlias:Members">
<h2 class="Section" id="MemberDetails">
<a href="javascript:toggle_display('_MemberDetails')">
<span id="_MemberDetails:toggle"></span> Member Details</a>
</h2>
<blockquote class="SectionBox" id="_MemberDetails">
<h3 id="C:YamlDotNet.Core.Events.AnchorAlias(System.String)">
<a href="javascript:toggle_display('C:YamlDotNet.Core.Events.AnchorAlias(System.String):member')">
<span id="C:YamlDotNet.Core.Events.AnchorAlias(System.String):member:toggle"></span> AnchorAlias Constructor</a>
</h3>
<blockquote id="C:YamlDotNet.Core.Events.AnchorAlias(System.String):member">
<p class="Summary">
Initializes a new instance of the <a href="../YamlDotNet.Core.Events/AnchorAlias.html">YamlDotNet.Core.Events.AnchorAlias</a> class.
</p>
<div class="Signature">public <b>AnchorAlias</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> value)</div>
<h4 class="Subsection">
<a href="javascript:toggle_display('C:YamlDotNet.Core.Events.AnchorAlias(System.String):Parameters')">
<span id="C:YamlDotNet.Core.Events.AnchorAlias(System.String):Parameters:toggle"></span> Parameters</a>
</h4>
<blockquote class="SubsectionBox" id="C:YamlDotNet.Core.Events.AnchorAlias(System.String):Parameters">
<dl>
<dt>
<i>value</i>
</dt>
<dd>The value of the alias.</dd>
</dl>
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('C:YamlDotNet.Core.Events.AnchorAlias(System.String):Remarks')">
<span id="C:YamlDotNet.Core.Events.AnchorAlias(System.String):Remarks:toggle"></span> Remarks</a>
</h4>
<blockquote class="SubsectionBox" id="C:YamlDotNet.Core.Events.AnchorAlias(System.String):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('C:YamlDotNet.Core.Events.AnchorAlias(System.String):Version Information')">
<span id="C:YamlDotNet.Core.Events.AnchorAlias(System.String):Version Information:toggle"></span> Requirements</a>
</h4>
<blockquote class="SubsectionBox" id="C:YamlDotNet.Core.Events.AnchorAlias(System.String):Version Information">
<b>Namespace: </b>YamlDotNet.Core.Events<br /><b>Assembly: </b>YamlDotNet.Core (in YamlDotNet.Core.dll)<br /><b>Assembly Versions: </b>0.2.3385.42326</blockquote>
<hr size="1" />
</blockquote>
<h3 id="C:YamlDotNet.Core.Events.AnchorAlias(System.String,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark)">
<a href="javascript:toggle_display('C:YamlDotNet.Core.Events.AnchorAlias(System.String,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):member')">
<span id="C:YamlDotNet.Core.Events.AnchorAlias(System.String,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):member:toggle"></span> AnchorAlias Constructor</a>
</h3>
<blockquote id="C:YamlDotNet.Core.Events.AnchorAlias(System.String,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):member">
<p class="Summary">
Initializes a new instance of the <a href="../YamlDotNet.Core.Events/AnchorAlias.html">YamlDotNet.Core.Events.AnchorAlias</a> class.
</p>
<div class="Signature">public <b>AnchorAlias</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> value, <a href="../YamlDotNet.Core/Mark.html">YamlDotNet.Core.Mark</a> start, <a href="../YamlDotNet.Core/Mark.html">YamlDotNet.Core.Mark</a> end)</div>
<h4 class="Subsection">
<a href="javascript:toggle_display('C:YamlDotNet.Core.Events.AnchorAlias(System.String,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Parameters')">
<span id="C:YamlDotNet.Core.Events.AnchorAlias(System.String,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Parameters:toggle"></span> Parameters</a>
</h4>
<blockquote class="SubsectionBox" id="C:YamlDotNet.Core.Events.AnchorAlias(System.String,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Parameters">
<dl>
<dt>
<i>value</i>
</dt>
<dd>The value of the alias.</dd>
<dt>
<i>start</i>
</dt>
<dd>The start position of the event.</dd>
<dt>
<i>end</i>
</dt>
<dd>The end position of the event.</dd>
</dl>
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('C:YamlDotNet.Core.Events.AnchorAlias(System.String,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Remarks')">
<span id="C:YamlDotNet.Core.Events.AnchorAlias(System.String,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Remarks:toggle"></span> Remarks</a>
</h4>
<blockquote class="SubsectionBox" id="C:YamlDotNet.Core.Events.AnchorAlias(System.String,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('C:YamlDotNet.Core.Events.AnchorAlias(System.String,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Version Information')">
<span id="C:YamlDotNet.Core.Events.AnchorAlias(System.String,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Version Information:toggle"></span> Requirements</a>
</h4>
<blockquote class="SubsectionBox" id="C:YamlDotNet.Core.Events.AnchorAlias(System.String,YamlDotNet.Core.Mark,YamlDotNet.Core.Mark):Version Information">
<b>Namespace: </b>YamlDotNet.Core.Events<br /><b>Assembly: </b>YamlDotNet.Core (in YamlDotNet.Core.dll)<br /><b>Assembly Versions: </b>0.2.3385.42326</blockquote>
<hr size="1" />
</blockquote>
<h3 id="P:YamlDotNet.Core.Events.AnchorAlias.NestingIncrease">
<a href="javascript:toggle_display('P:YamlDotNet.Core.Events.AnchorAlias.NestingIncrease:member')">
<span id="P:YamlDotNet.Core.Events.AnchorAlias.NestingIncrease:member:toggle"></span> NestingIncrease Property</a>
</h3>
<blockquote id="P:YamlDotNet.Core.Events.AnchorAlias.NestingIncrease:member">
<p class="Summary">
Gets a value indicating the variation of depth caused by this event.
The value can be either -1, 0 or 1. For start events, it will be 1,
for end events, it will be -1, and for the remaining events, it will be 0.
</p>
<div class="Signature">public override <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> <b>NestingIncrease</b> { get; }</div>
<h4 class="Subsection">
<a href="javascript:toggle_display('P:YamlDotNet.Core.Events.AnchorAlias.NestingIncrease:Value')">
<span id="P:YamlDotNet.Core.Events.AnchorAlias.NestingIncrease:Value:toggle"></span> Value</a>
</h4>
<blockquote class="SubsectionBox" id="P:YamlDotNet.Core.Events.AnchorAlias.NestingIncrease:Value">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('P:YamlDotNet.Core.Events.AnchorAlias.NestingIncrease:Remarks')">
<span id="P:YamlDotNet.Core.Events.AnchorAlias.NestingIncrease:Remarks:toggle"></span> Remarks</a>
</h4>
<blockquote class="SubsectionBox" id="P:YamlDotNet.Core.Events.AnchorAlias.NestingIncrease:Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('P:YamlDotNet.Core.Events.AnchorAlias.NestingIncrease:Version Information')">
<span id="P:YamlDotNet.Core.Events.AnchorAlias.NestingIncrease:Version Information:toggle"></span> Requirements</a>
</h4>
<blockquote class="SubsectionBox" id="P:YamlDotNet.Core.Events.AnchorAlias.NestingIncrease:Version Information">
<b>Namespace: </b>YamlDotNet.Core.Events<br /><b>Assembly: </b>YamlDotNet.Core (in YamlDotNet.Core.dll)<br /><b>Assembly Versions: </b>0.2.3385.42326</blockquote>
<hr size="1" />
</blockquote>
<h3 id="M:YamlDotNet.Core.Events.AnchorAlias.ToString">
<a href="javascript:toggle_display('M:YamlDotNet.Core.Events.AnchorAlias.ToString:member')">
<span id="M:YamlDotNet.Core.Events.AnchorAlias.ToString:member:toggle"></span> ToString Method</a>
</h3>
<blockquote id="M:YamlDotNet.Core.Events.AnchorAlias.ToString:member">
<p class="Summary">
Returns a <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> that represents the current <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
</p>
<div class="Signature">public override <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> <b>ToString</b> ()</div>
<h4 class="Subsection">
<a href="javascript:toggle_display('M:YamlDotNet.Core.Events.AnchorAlias.ToString:Returns')">
<span id="M:YamlDotNet.Core.Events.AnchorAlias.ToString:Returns:toggle"></span> Returns</a>
</h4>
<blockquote class="SubsectionBox" id="M:YamlDotNet.Core.Events.AnchorAlias.ToString:Returns">
A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> that represents the current <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('M:YamlDotNet.Core.Events.AnchorAlias.ToString:Remarks')">
<span id="M:YamlDotNet.Core.Events.AnchorAlias.ToString:Remarks:toggle"></span> Remarks</a>
</h4>
<blockquote class="SubsectionBox" id="M:YamlDotNet.Core.Events.AnchorAlias.ToString:Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('M:YamlDotNet.Core.Events.AnchorAlias.ToString:Version Information')">
<span id="M:YamlDotNet.Core.Events.AnchorAlias.ToString:Version Information:toggle"></span> Requirements</a>
</h4>
<blockquote class="SubsectionBox" id="M:YamlDotNet.Core.Events.AnchorAlias.ToString:Version Information">
<b>Namespace: </b>YamlDotNet.Core.Events<br /><b>Assembly: </b>YamlDotNet.Core (in YamlDotNet.Core.dll)<br /><b>Assembly Versions: </b>0.2.3385.42326</blockquote>
<hr size="1" />
</blockquote>
<h3 id="P:YamlDotNet.Core.Events.AnchorAlias.Value">
<a href="javascript:toggle_display('P:YamlDotNet.Core.Events.AnchorAlias.Value:member')">
<span id="P:YamlDotNet.Core.Events.AnchorAlias.Value:member:toggle"></span> Value Property</a>
</h3>
<blockquote id="P:YamlDotNet.Core.Events.AnchorAlias.Value:member">
<p class="Summary">
Gets the value of the alias.
</p>
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> <b>Value</b> { get; }</div>
<h4 class="Subsection">
<a href="javascript:toggle_display('P:YamlDotNet.Core.Events.AnchorAlias.Value:Value')">
<span id="P:YamlDotNet.Core.Events.AnchorAlias.Value:Value:toggle"></span> Value</a>
</h4>
<blockquote class="SubsectionBox" id="P:YamlDotNet.Core.Events.AnchorAlias.Value:Value">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('P:YamlDotNet.Core.Events.AnchorAlias.Value:Remarks')">
<span id="P:YamlDotNet.Core.Events.AnchorAlias.Value:Remarks:toggle"></span> Remarks</a>
</h4>
<blockquote class="SubsectionBox" id="P:YamlDotNet.Core.Events.AnchorAlias.Value:Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h4 class="Subsection">
<a href="javascript:toggle_display('P:YamlDotNet.Core.Events.AnchorAlias.Value:Version Information')">
<span id="P:YamlDotNet.Core.Events.AnchorAlias.Value:Version Information:toggle"></span> Requirements</a>
</h4>
<blockquote class="SubsectionBox" id="P:YamlDotNet.Core.Events.AnchorAlias.Value:Version Information">
<b>Namespace: </b>YamlDotNet.Core.Events<br /><b>Assembly: </b>YamlDotNet.Core (in YamlDotNet.Core.dll)<br /><b>Assembly Versions: </b>0.2.3385.42326</blockquote>
<hr size="1" />
</blockquote>
</blockquote>
</div>
<hr size="1" />
<div class="Copyright">
</div>
</body>
</html>