|
//------------------------------------------------------------------------------ |
|
// <auto-generated> |
|
// This code was generated by a tool. |
|
// Runtime Version:4.0.30319.42000 |
|
// |
|
// Changes to this file may cause incorrect behavior and will be lost if |
|
// the code is regenerated. |
|
// </auto-generated> |
|
//------------------------------------------------------------------------------ |
|
|
|
// |
|
// This source code was auto-generated by xsd, Version=4.6.1055.0. |
|
// |
|
namespace DgmlUtils { |
|
using System.Xml.Serialization; |
|
|
|
|
|
/// <remarks/> |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] |
|
[System.SerializableAttribute()] |
|
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
[System.ComponentModel.DesignerCategoryAttribute("code")] |
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://schemas.microsoft.com/vs/2009/dgml")] |
|
[System.Xml.Serialization.XmlRootAttribute(Namespace="http://schemas.microsoft.com/vs/2009/dgml", IsNullable=false)] |
|
public partial class DirectedGraph { |
|
|
|
private DirectedGraphNode[] nodesField; |
|
|
|
private DirectedGraphLink[] linksField; |
|
|
|
private DirectedGraphCategory[] categoriesField; |
|
|
|
private DirectedGraphProperty[] propertiesField; |
|
|
|
private DirectedGraphName[] qualifiedNamesField; |
|
|
|
private DirectedGraphAlias[] identifierAliasesField; |
|
|
|
private DirectedGraphStyle[] stylesField; |
|
|
|
private DirectedGraphPath[] pathsField; |
|
|
|
private string titleField; |
|
|
|
private string backgroundField; |
|
|
|
private string backgroundImageField; |
|
|
|
private GraphDirectionEnum graphDirectionField; |
|
|
|
private bool graphDirectionFieldSpecified; |
|
|
|
private LayoutEnum layoutField; |
|
|
|
private bool layoutFieldSpecified; |
|
|
|
private ClrBoolean butterflyModeField; |
|
|
|
private bool butterflyModeFieldSpecified; |
|
|
|
private string neighborhoodDistanceField; |
|
|
|
private string zoomLevelField; |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlArrayItemAttribute("Node", IsNullable=false)] |
|
public DirectedGraphNode[] Nodes { |
|
get { |
|
return this.nodesField; |
|
} |
|
set { |
|
this.nodesField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlArrayItemAttribute("Link", IsNullable=false)] |
|
public DirectedGraphLink[] Links { |
|
get { |
|
return this.linksField; |
|
} |
|
set { |
|
this.linksField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlArrayItemAttribute("Category", IsNullable=false)] |
|
public DirectedGraphCategory[] Categories { |
|
get { |
|
return this.categoriesField; |
|
} |
|
set { |
|
this.categoriesField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlArrayItemAttribute("Property", IsNullable=false)] |
|
public DirectedGraphProperty[] Properties { |
|
get { |
|
return this.propertiesField; |
|
} |
|
set { |
|
this.propertiesField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlArrayItemAttribute("Name", IsNullable=false)] |
|
public DirectedGraphName[] QualifiedNames { |
|
get { |
|
return this.qualifiedNamesField; |
|
} |
|
set { |
|
this.qualifiedNamesField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlArrayItemAttribute("Alias", IsNullable=false)] |
|
public DirectedGraphAlias[] IdentifierAliases { |
|
get { |
|
return this.identifierAliasesField; |
|
} |
|
set { |
|
this.identifierAliasesField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlArrayItemAttribute("Style", IsNullable=false)] |
|
public DirectedGraphStyle[] Styles { |
|
get { |
|
return this.stylesField; |
|
} |
|
set { |
|
this.stylesField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlArrayItemAttribute("Path", IsNullable=false)] |
|
public DirectedGraphPath[] Paths { |
|
get { |
|
return this.pathsField; |
|
} |
|
set { |
|
this.pathsField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Title { |
|
get { |
|
return this.titleField; |
|
} |
|
set { |
|
this.titleField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Background { |
|
get { |
|
return this.backgroundField; |
|
} |
|
set { |
|
this.backgroundField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string BackgroundImage { |
|
get { |
|
return this.backgroundImageField; |
|
} |
|
set { |
|
this.backgroundImageField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public GraphDirectionEnum GraphDirection { |
|
get { |
|
return this.graphDirectionField; |
|
} |
|
set { |
|
this.graphDirectionField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool GraphDirectionSpecified { |
|
get { |
|
return this.graphDirectionFieldSpecified; |
|
} |
|
set { |
|
this.graphDirectionFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public LayoutEnum Layout { |
|
get { |
|
return this.layoutField; |
|
} |
|
set { |
|
this.layoutField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool LayoutSpecified { |
|
get { |
|
return this.layoutFieldSpecified; |
|
} |
|
set { |
|
this.layoutFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean ButterflyMode { |
|
get { |
|
return this.butterflyModeField; |
|
} |
|
set { |
|
this.butterflyModeField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool ButterflyModeSpecified { |
|
get { |
|
return this.butterflyModeFieldSpecified; |
|
} |
|
set { |
|
this.butterflyModeFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute(DataType="integer")] |
|
public string NeighborhoodDistance { |
|
get { |
|
return this.neighborhoodDistanceField; |
|
} |
|
set { |
|
this.neighborhoodDistanceField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string ZoomLevel { |
|
get { |
|
return this.zoomLevelField; |
|
} |
|
set { |
|
this.zoomLevelField = value; |
|
} |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] |
|
[System.SerializableAttribute()] |
|
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
[System.ComponentModel.DesignerCategoryAttribute("code")] |
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://schemas.microsoft.com/vs/2009/dgml")] |
|
public partial class DirectedGraphNode { |
|
|
|
private DirectedGraphNodeCategory[] categoryField; |
|
|
|
private string idField; |
|
|
|
private string category1Field; |
|
|
|
private string iconField; |
|
|
|
private string shapeField; |
|
|
|
private string styleField; |
|
|
|
private HorizontalAlignmentEnum horizontalAlignmentField; |
|
|
|
private bool horizontalAlignmentFieldSpecified; |
|
|
|
private VerticalAlignmentEnum verticalAlignmentField; |
|
|
|
private bool verticalAlignmentFieldSpecified; |
|
|
|
private double minWidthField; |
|
|
|
private bool minWidthFieldSpecified; |
|
|
|
private double maxWidthField; |
|
|
|
private bool maxWidthFieldSpecified; |
|
|
|
private double nodeRadiusField; |
|
|
|
private bool nodeRadiusFieldSpecified; |
|
|
|
private string descriptionField; |
|
|
|
private GroupEnum groupField; |
|
|
|
private bool groupFieldSpecified; |
|
|
|
private ClrBoolean isVerticalField; |
|
|
|
private bool isVerticalFieldSpecified; |
|
|
|
private string referenceField; |
|
|
|
private string labelField; |
|
|
|
private VisibilityEnum visibilityField; |
|
|
|
private bool visibilityFieldSpecified; |
|
|
|
private string backgroundField; |
|
|
|
private double fontSizeField; |
|
|
|
private bool fontSizeFieldSpecified; |
|
|
|
private string fontFamilyField; |
|
|
|
private FontStyleEnum fontStyleField; |
|
|
|
private bool fontStyleFieldSpecified; |
|
|
|
private FontWeightEnum fontWeightField; |
|
|
|
private bool fontWeightFieldSpecified; |
|
|
|
private string strokeField; |
|
|
|
private string strokeThicknessField; |
|
|
|
private string strokeDashArrayField; |
|
|
|
private string accessField; |
|
|
|
private string assemblyField; |
|
|
|
private string filePathField; |
|
|
|
private string functionTypeFlagsField; |
|
|
|
private ClrBoolean isAbstractField; |
|
|
|
private bool isAbstractFieldSpecified; |
|
|
|
private ClrBoolean isCodeTypeField; |
|
|
|
private bool isCodeTypeFieldSpecified; |
|
|
|
private ClrBoolean isHubField; |
|
|
|
private bool isHubFieldSpecified; |
|
|
|
private ClrBoolean isOverloadedField; |
|
|
|
private bool isOverloadedFieldSpecified; |
|
|
|
private ClrBoolean isOverridableField; |
|
|
|
private bool isOverridableFieldSpecified; |
|
|
|
private string languageField; |
|
|
|
private string locationField; |
|
|
|
private int linesOfCodeField; |
|
|
|
private bool linesOfCodeFieldSpecified; |
|
|
|
private string namespaceField; |
|
|
|
private string mustImplementField; |
|
|
|
private string typeNameField; |
|
|
|
private ClrBoolean isDocumentationField; |
|
|
|
private bool isDocumentationFieldSpecified; |
|
|
|
private string codeGenSourceNameField; |
|
|
|
private string codeGenTargetNameField; |
|
|
|
private ClrBoolean codeGenIncomingField; |
|
|
|
private bool codeGenIncomingFieldSpecified; |
|
|
|
private int codeSchemaProperty_CallSequenceNumberField; |
|
|
|
private bool codeSchemaProperty_CallSequenceNumberFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_DisableEnabledErrorHandlerField; |
|
|
|
private bool codeSchemaProperty_DisableEnabledErrorHandlerFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_DisableEnabledExceptionField; |
|
|
|
private bool codeSchemaProperty_DisableEnabledExceptionFieldSpecified; |
|
|
|
private int codeSchemaProperty_EndColumnField; |
|
|
|
private bool codeSchemaProperty_EndColumnFieldSpecified; |
|
|
|
private int codeSchemaProperty_EndLineField; |
|
|
|
private bool codeSchemaProperty_EndLineFieldSpecified; |
|
|
|
private int codeSchemaProperty_FrameDepthField; |
|
|
|
private bool codeSchemaProperty_FrameDepthFieldSpecified; |
|
|
|
private FrameKindEnum codeSchemaProperty_FrameKindField; |
|
|
|
private bool codeSchemaProperty_FrameKindFieldSpecified; |
|
|
|
private string codeSchemaProperty_IconField; |
|
|
|
private string codeSchemaProperty_InstanceTrackingInformationField; |
|
|
|
private ClrBoolean codeSchemaProperty_IsAbstractField; |
|
|
|
private bool codeSchemaProperty_IsAbstractFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsAnonymousField; |
|
|
|
private bool codeSchemaProperty_IsAnonymousFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsArrayField; |
|
|
|
private bool codeSchemaProperty_IsArrayFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsByReferenceField; |
|
|
|
private bool codeSchemaProperty_IsByReferenceFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsCallToThisField; |
|
|
|
private bool codeSchemaProperty_IsCallToThisFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsConstructorField; |
|
|
|
private bool codeSchemaProperty_IsConstructorFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsDoField; |
|
|
|
private bool codeSchemaProperty_IsDoFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsFinalField; |
|
|
|
private bool codeSchemaProperty_IsFinalFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsForField; |
|
|
|
private bool codeSchemaProperty_IsForFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsForEachField; |
|
|
|
private bool codeSchemaProperty_IsForEachFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsGenericField; |
|
|
|
private bool codeSchemaProperty_IsGenericFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsGenericInstanceField; |
|
|
|
private bool codeSchemaProperty_IsGenericInstanceFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsInternalField; |
|
|
|
private bool codeSchemaProperty_IsInternalFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsHideBySignatureField; |
|
|
|
private bool codeSchemaProperty_IsHideBySignatureFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsOperatorField; |
|
|
|
private bool codeSchemaProperty_IsOperatorFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsOutField; |
|
|
|
private bool codeSchemaProperty_IsOutFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsParameterArrayField; |
|
|
|
private bool codeSchemaProperty_IsParameterArrayFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsPrivateField; |
|
|
|
private bool codeSchemaProperty_IsPrivateFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsProtectedField; |
|
|
|
private bool codeSchemaProperty_IsProtectedFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsProtectedOrInternalField; |
|
|
|
private bool codeSchemaProperty_IsProtectedOrInternalFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsPropertyGetField; |
|
|
|
private bool codeSchemaProperty_IsPropertyGetFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsPropertySetField; |
|
|
|
private bool codeSchemaProperty_IsPropertySetFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsPrototypeField; |
|
|
|
private bool codeSchemaProperty_IsPrototypeFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsPublicField; |
|
|
|
private bool codeSchemaProperty_IsPublicFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsSpecialNameField; |
|
|
|
private bool codeSchemaProperty_IsSpecialNameFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsStaticField; |
|
|
|
private bool codeSchemaProperty_IsStaticFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsUntilLoopField; |
|
|
|
private bool codeSchemaProperty_IsUntilLoopFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsVirtualField; |
|
|
|
private bool codeSchemaProperty_IsVirtualFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_IsWhileField; |
|
|
|
private bool codeSchemaProperty_IsWhileFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_PreserveDataField; |
|
|
|
private bool codeSchemaProperty_PreserveDataFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_SingleInstanceSourceLinkField; |
|
|
|
private bool codeSchemaProperty_SingleInstanceSourceLinkFieldSpecified; |
|
|
|
private ClrBoolean codeSchemaProperty_SingleInstanceTargetLinkField; |
|
|
|
private bool codeSchemaProperty_SingleInstanceTargetLinkFieldSpecified; |
|
|
|
private string codeSchemaProperty_SourceTextField; |
|
|
|
private int codeSchemaProperty_StartColumnField; |
|
|
|
private bool codeSchemaProperty_StartColumnFieldSpecified; |
|
|
|
private int codeSchemaProperty_StartLineField; |
|
|
|
private bool codeSchemaProperty_StartLineFieldSpecified; |
|
|
|
private string codeSchemaProperty_StatementKindField; |
|
|
|
private int codeSchemaProperty_StatementNumberField; |
|
|
|
private bool codeSchemaProperty_StatementNumberFieldSpecified; |
|
|
|
private string codeSchemaProperty_StatementTypeField; |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlElementAttribute("Category")] |
|
public DirectedGraphNodeCategory[] Category { |
|
get { |
|
return this.categoryField; |
|
} |
|
set { |
|
this.categoryField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Id { |
|
get { |
|
return this.idField; |
|
} |
|
set { |
|
this.idField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute("Category")] |
|
public string Category1 { |
|
get { |
|
return this.category1Field; |
|
} |
|
set { |
|
this.category1Field = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Icon { |
|
get { |
|
return this.iconField; |
|
} |
|
set { |
|
this.iconField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Shape { |
|
get { |
|
return this.shapeField; |
|
} |
|
set { |
|
this.shapeField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Style { |
|
get { |
|
return this.styleField; |
|
} |
|
set { |
|
this.styleField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public HorizontalAlignmentEnum HorizontalAlignment { |
|
get { |
|
return this.horizontalAlignmentField; |
|
} |
|
set { |
|
this.horizontalAlignmentField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool HorizontalAlignmentSpecified { |
|
get { |
|
return this.horizontalAlignmentFieldSpecified; |
|
} |
|
set { |
|
this.horizontalAlignmentFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public VerticalAlignmentEnum VerticalAlignment { |
|
get { |
|
return this.verticalAlignmentField; |
|
} |
|
set { |
|
this.verticalAlignmentField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool VerticalAlignmentSpecified { |
|
get { |
|
return this.verticalAlignmentFieldSpecified; |
|
} |
|
set { |
|
this.verticalAlignmentFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public double MinWidth { |
|
get { |
|
return this.minWidthField; |
|
} |
|
set { |
|
this.minWidthField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool MinWidthSpecified { |
|
get { |
|
return this.minWidthFieldSpecified; |
|
} |
|
set { |
|
this.minWidthFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public double MaxWidth { |
|
get { |
|
return this.maxWidthField; |
|
} |
|
set { |
|
this.maxWidthField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool MaxWidthSpecified { |
|
get { |
|
return this.maxWidthFieldSpecified; |
|
} |
|
set { |
|
this.maxWidthFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public double NodeRadius { |
|
get { |
|
return this.nodeRadiusField; |
|
} |
|
set { |
|
this.nodeRadiusField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool NodeRadiusSpecified { |
|
get { |
|
return this.nodeRadiusFieldSpecified; |
|
} |
|
set { |
|
this.nodeRadiusFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Description { |
|
get { |
|
return this.descriptionField; |
|
} |
|
set { |
|
this.descriptionField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public GroupEnum Group { |
|
get { |
|
return this.groupField; |
|
} |
|
set { |
|
this.groupField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool GroupSpecified { |
|
get { |
|
return this.groupFieldSpecified; |
|
} |
|
set { |
|
this.groupFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean IsVertical { |
|
get { |
|
return this.isVerticalField; |
|
} |
|
set { |
|
this.isVerticalField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool IsVerticalSpecified { |
|
get { |
|
return this.isVerticalFieldSpecified; |
|
} |
|
set { |
|
this.isVerticalFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Reference { |
|
get { |
|
return this.referenceField; |
|
} |
|
set { |
|
this.referenceField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Label { |
|
get { |
|
return this.labelField; |
|
} |
|
set { |
|
this.labelField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public VisibilityEnum Visibility { |
|
get { |
|
return this.visibilityField; |
|
} |
|
set { |
|
this.visibilityField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool VisibilitySpecified { |
|
get { |
|
return this.visibilityFieldSpecified; |
|
} |
|
set { |
|
this.visibilityFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Background { |
|
get { |
|
return this.backgroundField; |
|
} |
|
set { |
|
this.backgroundField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public double FontSize { |
|
get { |
|
return this.fontSizeField; |
|
} |
|
set { |
|
this.fontSizeField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool FontSizeSpecified { |
|
get { |
|
return this.fontSizeFieldSpecified; |
|
} |
|
set { |
|
this.fontSizeFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string FontFamily { |
|
get { |
|
return this.fontFamilyField; |
|
} |
|
set { |
|
this.fontFamilyField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public FontStyleEnum FontStyle { |
|
get { |
|
return this.fontStyleField; |
|
} |
|
set { |
|
this.fontStyleField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool FontStyleSpecified { |
|
get { |
|
return this.fontStyleFieldSpecified; |
|
} |
|
set { |
|
this.fontStyleFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public FontWeightEnum FontWeight { |
|
get { |
|
return this.fontWeightField; |
|
} |
|
set { |
|
this.fontWeightField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool FontWeightSpecified { |
|
get { |
|
return this.fontWeightFieldSpecified; |
|
} |
|
set { |
|
this.fontWeightFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Stroke { |
|
get { |
|
return this.strokeField; |
|
} |
|
set { |
|
this.strokeField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string StrokeThickness { |
|
get { |
|
return this.strokeThicknessField; |
|
} |
|
set { |
|
this.strokeThicknessField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string StrokeDashArray { |
|
get { |
|
return this.strokeDashArrayField; |
|
} |
|
set { |
|
this.strokeDashArrayField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Access { |
|
get { |
|
return this.accessField; |
|
} |
|
set { |
|
this.accessField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Assembly { |
|
get { |
|
return this.assemblyField; |
|
} |
|
set { |
|
this.assemblyField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string FilePath { |
|
get { |
|
return this.filePathField; |
|
} |
|
set { |
|
this.filePathField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string FunctionTypeFlags { |
|
get { |
|
return this.functionTypeFlagsField; |
|
} |
|
set { |
|
this.functionTypeFlagsField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean IsAbstract { |
|
get { |
|
return this.isAbstractField; |
|
} |
|
set { |
|
this.isAbstractField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool IsAbstractSpecified { |
|
get { |
|
return this.isAbstractFieldSpecified; |
|
} |
|
set { |
|
this.isAbstractFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean IsCodeType { |
|
get { |
|
return this.isCodeTypeField; |
|
} |
|
set { |
|
this.isCodeTypeField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool IsCodeTypeSpecified { |
|
get { |
|
return this.isCodeTypeFieldSpecified; |
|
} |
|
set { |
|
this.isCodeTypeFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean IsHub { |
|
get { |
|
return this.isHubField; |
|
} |
|
set { |
|
this.isHubField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool IsHubSpecified { |
|
get { |
|
return this.isHubFieldSpecified; |
|
} |
|
set { |
|
this.isHubFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean IsOverloaded { |
|
get { |
|
return this.isOverloadedField; |
|
} |
|
set { |
|
this.isOverloadedField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool IsOverloadedSpecified { |
|
get { |
|
return this.isOverloadedFieldSpecified; |
|
} |
|
set { |
|
this.isOverloadedFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean IsOverridable { |
|
get { |
|
return this.isOverridableField; |
|
} |
|
set { |
|
this.isOverridableField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool IsOverridableSpecified { |
|
get { |
|
return this.isOverridableFieldSpecified; |
|
} |
|
set { |
|
this.isOverridableFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Language { |
|
get { |
|
return this.languageField; |
|
} |
|
set { |
|
this.languageField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Location { |
|
get { |
|
return this.locationField; |
|
} |
|
set { |
|
this.locationField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public int LinesOfCode { |
|
get { |
|
return this.linesOfCodeField; |
|
} |
|
set { |
|
this.linesOfCodeField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool LinesOfCodeSpecified { |
|
get { |
|
return this.linesOfCodeFieldSpecified; |
|
} |
|
set { |
|
this.linesOfCodeFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Namespace { |
|
get { |
|
return this.namespaceField; |
|
} |
|
set { |
|
this.namespaceField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string MustImplement { |
|
get { |
|
return this.mustImplementField; |
|
} |
|
set { |
|
this.mustImplementField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string TypeName { |
|
get { |
|
return this.typeNameField; |
|
} |
|
set { |
|
this.typeNameField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean IsDocumentation { |
|
get { |
|
return this.isDocumentationField; |
|
} |
|
set { |
|
this.isDocumentationField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool IsDocumentationSpecified { |
|
get { |
|
return this.isDocumentationFieldSpecified; |
|
} |
|
set { |
|
this.isDocumentationFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string CodeGenSourceName { |
|
get { |
|
return this.codeGenSourceNameField; |
|
} |
|
set { |
|
this.codeGenSourceNameField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string CodeGenTargetName { |
|
get { |
|
return this.codeGenTargetNameField; |
|
} |
|
set { |
|
this.codeGenTargetNameField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeGenIncoming { |
|
get { |
|
return this.codeGenIncomingField; |
|
} |
|
set { |
|
this.codeGenIncomingField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeGenIncomingSpecified { |
|
get { |
|
return this.codeGenIncomingFieldSpecified; |
|
} |
|
set { |
|
this.codeGenIncomingFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public int CodeSchemaProperty_CallSequenceNumber { |
|
get { |
|
return this.codeSchemaProperty_CallSequenceNumberField; |
|
} |
|
set { |
|
this.codeSchemaProperty_CallSequenceNumberField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_CallSequenceNumberSpecified { |
|
get { |
|
return this.codeSchemaProperty_CallSequenceNumberFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_CallSequenceNumberFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_DisableEnabledErrorHandler { |
|
get { |
|
return this.codeSchemaProperty_DisableEnabledErrorHandlerField; |
|
} |
|
set { |
|
this.codeSchemaProperty_DisableEnabledErrorHandlerField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_DisableEnabledErrorHandlerSpecified { |
|
get { |
|
return this.codeSchemaProperty_DisableEnabledErrorHandlerFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_DisableEnabledErrorHandlerFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_DisableEnabledException { |
|
get { |
|
return this.codeSchemaProperty_DisableEnabledExceptionField; |
|
} |
|
set { |
|
this.codeSchemaProperty_DisableEnabledExceptionField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_DisableEnabledExceptionSpecified { |
|
get { |
|
return this.codeSchemaProperty_DisableEnabledExceptionFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_DisableEnabledExceptionFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public int CodeSchemaProperty_EndColumn { |
|
get { |
|
return this.codeSchemaProperty_EndColumnField; |
|
} |
|
set { |
|
this.codeSchemaProperty_EndColumnField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_EndColumnSpecified { |
|
get { |
|
return this.codeSchemaProperty_EndColumnFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_EndColumnFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public int CodeSchemaProperty_EndLine { |
|
get { |
|
return this.codeSchemaProperty_EndLineField; |
|
} |
|
set { |
|
this.codeSchemaProperty_EndLineField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_EndLineSpecified { |
|
get { |
|
return this.codeSchemaProperty_EndLineFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_EndLineFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public int CodeSchemaProperty_FrameDepth { |
|
get { |
|
return this.codeSchemaProperty_FrameDepthField; |
|
} |
|
set { |
|
this.codeSchemaProperty_FrameDepthField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_FrameDepthSpecified { |
|
get { |
|
return this.codeSchemaProperty_FrameDepthFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_FrameDepthFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public FrameKindEnum CodeSchemaProperty_FrameKind { |
|
get { |
|
return this.codeSchemaProperty_FrameKindField; |
|
} |
|
set { |
|
this.codeSchemaProperty_FrameKindField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_FrameKindSpecified { |
|
get { |
|
return this.codeSchemaProperty_FrameKindFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_FrameKindFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string CodeSchemaProperty_Icon { |
|
get { |
|
return this.codeSchemaProperty_IconField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IconField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string CodeSchemaProperty_InstanceTrackingInformation { |
|
get { |
|
return this.codeSchemaProperty_InstanceTrackingInformationField; |
|
} |
|
set { |
|
this.codeSchemaProperty_InstanceTrackingInformationField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsAbstract { |
|
get { |
|
return this.codeSchemaProperty_IsAbstractField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsAbstractField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsAbstractSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsAbstractFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsAbstractFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsAnonymous { |
|
get { |
|
return this.codeSchemaProperty_IsAnonymousField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsAnonymousField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsAnonymousSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsAnonymousFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsAnonymousFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsArray { |
|
get { |
|
return this.codeSchemaProperty_IsArrayField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsArrayField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsArraySpecified { |
|
get { |
|
return this.codeSchemaProperty_IsArrayFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsArrayFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsByReference { |
|
get { |
|
return this.codeSchemaProperty_IsByReferenceField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsByReferenceField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsByReferenceSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsByReferenceFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsByReferenceFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsCallToThis { |
|
get { |
|
return this.codeSchemaProperty_IsCallToThisField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsCallToThisField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsCallToThisSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsCallToThisFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsCallToThisFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsConstructor { |
|
get { |
|
return this.codeSchemaProperty_IsConstructorField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsConstructorField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsConstructorSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsConstructorFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsConstructorFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsDo { |
|
get { |
|
return this.codeSchemaProperty_IsDoField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsDoField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsDoSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsDoFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsDoFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsFinal { |
|
get { |
|
return this.codeSchemaProperty_IsFinalField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsFinalField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsFinalSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsFinalFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsFinalFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsFor { |
|
get { |
|
return this.codeSchemaProperty_IsForField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsForField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsForSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsForFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsForFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsForEach { |
|
get { |
|
return this.codeSchemaProperty_IsForEachField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsForEachField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsForEachSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsForEachFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsForEachFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsGeneric { |
|
get { |
|
return this.codeSchemaProperty_IsGenericField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsGenericField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsGenericSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsGenericFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsGenericFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsGenericInstance { |
|
get { |
|
return this.codeSchemaProperty_IsGenericInstanceField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsGenericInstanceField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsGenericInstanceSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsGenericInstanceFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsGenericInstanceFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsInternal { |
|
get { |
|
return this.codeSchemaProperty_IsInternalField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsInternalField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsInternalSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsInternalFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsInternalFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsHideBySignature { |
|
get { |
|
return this.codeSchemaProperty_IsHideBySignatureField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsHideBySignatureField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsHideBySignatureSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsHideBySignatureFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsHideBySignatureFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsOperator { |
|
get { |
|
return this.codeSchemaProperty_IsOperatorField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsOperatorField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsOperatorSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsOperatorFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsOperatorFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsOut { |
|
get { |
|
return this.codeSchemaProperty_IsOutField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsOutField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsOutSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsOutFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsOutFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsParameterArray { |
|
get { |
|
return this.codeSchemaProperty_IsParameterArrayField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsParameterArrayField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsParameterArraySpecified { |
|
get { |
|
return this.codeSchemaProperty_IsParameterArrayFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsParameterArrayFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsPrivate { |
|
get { |
|
return this.codeSchemaProperty_IsPrivateField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsPrivateField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsPrivateSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsPrivateFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsPrivateFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsProtected { |
|
get { |
|
return this.codeSchemaProperty_IsProtectedField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsProtectedField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsProtectedSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsProtectedFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsProtectedFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsProtectedOrInternal { |
|
get { |
|
return this.codeSchemaProperty_IsProtectedOrInternalField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsProtectedOrInternalField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsProtectedOrInternalSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsProtectedOrInternalFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsProtectedOrInternalFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsPropertyGet { |
|
get { |
|
return this.codeSchemaProperty_IsPropertyGetField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsPropertyGetField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsPropertyGetSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsPropertyGetFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsPropertyGetFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsPropertySet { |
|
get { |
|
return this.codeSchemaProperty_IsPropertySetField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsPropertySetField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsPropertySetSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsPropertySetFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsPropertySetFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsPrototype { |
|
get { |
|
return this.codeSchemaProperty_IsPrototypeField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsPrototypeField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsPrototypeSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsPrototypeFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsPrototypeFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsPublic { |
|
get { |
|
return this.codeSchemaProperty_IsPublicField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsPublicField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsPublicSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsPublicFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsPublicFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsSpecialName { |
|
get { |
|
return this.codeSchemaProperty_IsSpecialNameField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsSpecialNameField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsSpecialNameSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsSpecialNameFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsSpecialNameFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsStatic { |
|
get { |
|
return this.codeSchemaProperty_IsStaticField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsStaticField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsStaticSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsStaticFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsStaticFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsUntilLoop { |
|
get { |
|
return this.codeSchemaProperty_IsUntilLoopField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsUntilLoopField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsUntilLoopSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsUntilLoopFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsUntilLoopFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsVirtual { |
|
get { |
|
return this.codeSchemaProperty_IsVirtualField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsVirtualField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsVirtualSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsVirtualFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsVirtualFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_IsWhile { |
|
get { |
|
return this.codeSchemaProperty_IsWhileField; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsWhileField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_IsWhileSpecified { |
|
get { |
|
return this.codeSchemaProperty_IsWhileFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_IsWhileFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_PreserveData { |
|
get { |
|
return this.codeSchemaProperty_PreserveDataField; |
|
} |
|
set { |
|
this.codeSchemaProperty_PreserveDataField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_PreserveDataSpecified { |
|
get { |
|
return this.codeSchemaProperty_PreserveDataFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_PreserveDataFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_SingleInstanceSourceLink { |
|
get { |
|
return this.codeSchemaProperty_SingleInstanceSourceLinkField; |
|
} |
|
set { |
|
this.codeSchemaProperty_SingleInstanceSourceLinkField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_SingleInstanceSourceLinkSpecified { |
|
get { |
|
return this.codeSchemaProperty_SingleInstanceSourceLinkFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_SingleInstanceSourceLinkFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean CodeSchemaProperty_SingleInstanceTargetLink { |
|
get { |
|
return this.codeSchemaProperty_SingleInstanceTargetLinkField; |
|
} |
|
set { |
|
this.codeSchemaProperty_SingleInstanceTargetLinkField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_SingleInstanceTargetLinkSpecified { |
|
get { |
|
return this.codeSchemaProperty_SingleInstanceTargetLinkFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_SingleInstanceTargetLinkFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string CodeSchemaProperty_SourceText { |
|
get { |
|
return this.codeSchemaProperty_SourceTextField; |
|
} |
|
set { |
|
this.codeSchemaProperty_SourceTextField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public int CodeSchemaProperty_StartColumn { |
|
get { |
|
return this.codeSchemaProperty_StartColumnField; |
|
} |
|
set { |
|
this.codeSchemaProperty_StartColumnField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_StartColumnSpecified { |
|
get { |
|
return this.codeSchemaProperty_StartColumnFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_StartColumnFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public int CodeSchemaProperty_StartLine { |
|
get { |
|
return this.codeSchemaProperty_StartLineField; |
|
} |
|
set { |
|
this.codeSchemaProperty_StartLineField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_StartLineSpecified { |
|
get { |
|
return this.codeSchemaProperty_StartLineFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_StartLineFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string CodeSchemaProperty_StatementKind { |
|
get { |
|
return this.codeSchemaProperty_StatementKindField; |
|
} |
|
set { |
|
this.codeSchemaProperty_StatementKindField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public int CodeSchemaProperty_StatementNumber { |
|
get { |
|
return this.codeSchemaProperty_StatementNumberField; |
|
} |
|
set { |
|
this.codeSchemaProperty_StatementNumberField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool CodeSchemaProperty_StatementNumberSpecified { |
|
get { |
|
return this.codeSchemaProperty_StatementNumberFieldSpecified; |
|
} |
|
set { |
|
this.codeSchemaProperty_StatementNumberFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string CodeSchemaProperty_StatementType { |
|
get { |
|
return this.codeSchemaProperty_StatementTypeField; |
|
} |
|
set { |
|
this.codeSchemaProperty_StatementTypeField = value; |
|
} |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] |
|
[System.SerializableAttribute()] |
|
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
[System.ComponentModel.DesignerCategoryAttribute("code")] |
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://schemas.microsoft.com/vs/2009/dgml")] |
|
public partial class DirectedGraphNodeCategory { |
|
|
|
private string refField; |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Ref { |
|
get { |
|
return this.refField; |
|
} |
|
set { |
|
this.refField = value; |
|
} |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] |
|
[System.SerializableAttribute()] |
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/vs/2009/dgml")] |
|
public enum HorizontalAlignmentEnum { |
|
|
|
/// <remarks/> |
|
Left, |
|
|
|
/// <remarks/> |
|
Center, |
|
|
|
/// <remarks/> |
|
Right, |
|
} |
|
|
|
/// <remarks/> |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] |
|
[System.SerializableAttribute()] |
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/vs/2009/dgml")] |
|
public enum VerticalAlignmentEnum { |
|
|
|
/// <remarks/> |
|
Top, |
|
|
|
/// <remarks/> |
|
Center, |
|
|
|
/// <remarks/> |
|
Bottom, |
|
} |
|
|
|
/// <remarks/> |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] |
|
[System.SerializableAttribute()] |
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/vs/2009/dgml")] |
|
public enum GroupEnum { |
|
|
|
/// <remarks/> |
|
Expanded, |
|
|
|
/// <remarks/> |
|
Collapsed, |
|
} |
|
|
|
/// <remarks/> |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] |
|
[System.SerializableAttribute()] |
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/vs/2009/dgml")] |
|
public enum ClrBoolean { |
|
|
|
/// <remarks/> |
|
True, |
|
|
|
/// <remarks/> |
|
False, |
|
|
|
/// <remarks/> |
|
@true, |
|
|
|
/// <remarks/> |
|
@false, |
|
} |
|
|
|
/// <remarks/> |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] |
|
[System.SerializableAttribute()] |
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/vs/2009/dgml")] |
|
public enum VisibilityEnum { |
|
|
|
/// <remarks/> |
|
Visible, |
|
|
|
/// <remarks/> |
|
Hidden, |
|
|
|
/// <remarks/> |
|
Collapsed, |
|
} |
|
|
|
/// <remarks/> |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] |
|
[System.SerializableAttribute()] |
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/vs/2009/dgml")] |
|
public enum FontStyleEnum { |
|
|
|
/// <remarks/> |
|
Normal, |
|
|
|
/// <remarks/> |
|
Italic, |
|
|
|
/// <remarks/> |
|
Oblique, |
|
} |
|
|
|
/// <remarks/> |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] |
|
[System.SerializableAttribute()] |
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/vs/2009/dgml")] |
|
public enum FontWeightEnum { |
|
|
|
/// <remarks/> |
|
Black, |
|
|
|
/// <remarks/> |
|
Bold, |
|
|
|
/// <remarks/> |
|
DemiBold, |
|
|
|
/// <remarks/> |
|
ExtraBlack, |
|
|
|
/// <remarks/> |
|
ExtraBold, |
|
|
|
/// <remarks/> |
|
ExtraLight, |
|
|
|
/// <remarks/> |
|
Heavy, |
|
|
|
/// <remarks/> |
|
Light, |
|
|
|
/// <remarks/> |
|
Medium, |
|
|
|
/// <remarks/> |
|
Normal, |
|
|
|
/// <remarks/> |
|
Regular, |
|
|
|
/// <remarks/> |
|
Semibold, |
|
|
|
/// <remarks/> |
|
Thin, |
|
|
|
/// <remarks/> |
|
UltraBlack, |
|
|
|
/// <remarks/> |
|
UltraBold, |
|
|
|
/// <remarks/> |
|
UltraLight, |
|
} |
|
|
|
/// <remarks/> |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] |
|
[System.SerializableAttribute()] |
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/vs/2009/dgml")] |
|
public enum FrameKindEnum { |
|
|
|
/// <remarks/> |
|
Conditional, |
|
|
|
/// <remarks/> |
|
Clause, |
|
|
|
/// <remarks/> |
|
Loop, |
|
|
|
/// <remarks/> |
|
Call, |
|
} |
|
|
|
/// <remarks/> |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] |
|
[System.SerializableAttribute()] |
|
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
[System.ComponentModel.DesignerCategoryAttribute("code")] |
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://schemas.microsoft.com/vs/2009/dgml")] |
|
public partial class DirectedGraphLink { |
|
|
|
private DirectedGraphLinkCategory[] categoryField; |
|
|
|
private string labelField; |
|
|
|
private VisibilityEnum visibilityField; |
|
|
|
private bool visibilityFieldSpecified; |
|
|
|
private string backgroundField; |
|
|
|
private double fontSizeField; |
|
|
|
private bool fontSizeFieldSpecified; |
|
|
|
private string fontFamilyField; |
|
|
|
private FontStyleEnum fontStyleField; |
|
|
|
private bool fontStyleFieldSpecified; |
|
|
|
private FontWeightEnum fontWeightField; |
|
|
|
private bool fontWeightFieldSpecified; |
|
|
|
private string strokeField; |
|
|
|
private string strokeThicknessField; |
|
|
|
private string strokeDashArrayField; |
|
|
|
private string sourceField; |
|
|
|
private string targetField; |
|
|
|
private string category1Field; |
|
|
|
private ClrBoolean seederField; |
|
|
|
private bool seederFieldSpecified; |
|
|
|
private ClrBoolean attractConsumersField; |
|
|
|
private bool attractConsumersFieldSpecified; |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlElementAttribute("Category")] |
|
public DirectedGraphLinkCategory[] Category { |
|
get { |
|
return this.categoryField; |
|
} |
|
set { |
|
this.categoryField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Label { |
|
get { |
|
return this.labelField; |
|
} |
|
set { |
|
this.labelField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public VisibilityEnum Visibility { |
|
get { |
|
return this.visibilityField; |
|
} |
|
set { |
|
this.visibilityField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool VisibilitySpecified { |
|
get { |
|
return this.visibilityFieldSpecified; |
|
} |
|
set { |
|
this.visibilityFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Background { |
|
get { |
|
return this.backgroundField; |
|
} |
|
set { |
|
this.backgroundField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public double FontSize { |
|
get { |
|
return this.fontSizeField; |
|
} |
|
set { |
|
this.fontSizeField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool FontSizeSpecified { |
|
get { |
|
return this.fontSizeFieldSpecified; |
|
} |
|
set { |
|
this.fontSizeFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string FontFamily { |
|
get { |
|
return this.fontFamilyField; |
|
} |
|
set { |
|
this.fontFamilyField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public FontStyleEnum FontStyle { |
|
get { |
|
return this.fontStyleField; |
|
} |
|
set { |
|
this.fontStyleField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool FontStyleSpecified { |
|
get { |
|
return this.fontStyleFieldSpecified; |
|
} |
|
set { |
|
this.fontStyleFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public FontWeightEnum FontWeight { |
|
get { |
|
return this.fontWeightField; |
|
} |
|
set { |
|
this.fontWeightField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool FontWeightSpecified { |
|
get { |
|
return this.fontWeightFieldSpecified; |
|
} |
|
set { |
|
this.fontWeightFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Stroke { |
|
get { |
|
return this.strokeField; |
|
} |
|
set { |
|
this.strokeField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string StrokeThickness { |
|
get { |
|
return this.strokeThicknessField; |
|
} |
|
set { |
|
this.strokeThicknessField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string StrokeDashArray { |
|
get { |
|
return this.strokeDashArrayField; |
|
} |
|
set { |
|
this.strokeDashArrayField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Source { |
|
get { |
|
return this.sourceField; |
|
} |
|
set { |
|
this.sourceField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Target { |
|
get { |
|
return this.targetField; |
|
} |
|
set { |
|
this.targetField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute("Category")] |
|
public string Category1 { |
|
get { |
|
return this.category1Field; |
|
} |
|
set { |
|
this.category1Field = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean Seeder { |
|
get { |
|
return this.seederField; |
|
} |
|
set { |
|
this.seederField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool SeederSpecified { |
|
get { |
|
return this.seederFieldSpecified; |
|
} |
|
set { |
|
this.seederFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean AttractConsumers { |
|
get { |
|
return this.attractConsumersField; |
|
} |
|
set { |
|
this.attractConsumersField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool AttractConsumersSpecified { |
|
get { |
|
return this.attractConsumersFieldSpecified; |
|
} |
|
set { |
|
this.attractConsumersFieldSpecified = value; |
|
} |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] |
|
[System.SerializableAttribute()] |
|
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
[System.ComponentModel.DesignerCategoryAttribute("code")] |
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://schemas.microsoft.com/vs/2009/dgml")] |
|
public partial class DirectedGraphLinkCategory { |
|
|
|
private string refField; |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Ref { |
|
get { |
|
return this.refField; |
|
} |
|
set { |
|
this.refField = value; |
|
} |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] |
|
[System.SerializableAttribute()] |
|
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
[System.ComponentModel.DesignerCategoryAttribute("code")] |
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://schemas.microsoft.com/vs/2009/dgml")] |
|
public partial class DirectedGraphCategory { |
|
|
|
private string idField; |
|
|
|
private string basedOnField; |
|
|
|
private string labelField; |
|
|
|
private VisibilityEnum visibilityField; |
|
|
|
private bool visibilityFieldSpecified; |
|
|
|
private string backgroundField; |
|
|
|
private double fontSizeField; |
|
|
|
private bool fontSizeFieldSpecified; |
|
|
|
private string fontFamilyField; |
|
|
|
private FontStyleEnum fontStyleField; |
|
|
|
private bool fontStyleFieldSpecified; |
|
|
|
private FontWeightEnum fontWeightField; |
|
|
|
private bool fontWeightFieldSpecified; |
|
|
|
private string strokeField; |
|
|
|
private string strokeThicknessField; |
|
|
|
private string strokeDashArrayField; |
|
|
|
private string iconField; |
|
|
|
private string shapeField; |
|
|
|
private string styleField; |
|
|
|
private HorizontalAlignmentEnum horizontalAlignmentField; |
|
|
|
private bool horizontalAlignmentFieldSpecified; |
|
|
|
private VerticalAlignmentEnum verticalAlignmentField; |
|
|
|
private bool verticalAlignmentFieldSpecified; |
|
|
|
private double minWidthField; |
|
|
|
private bool minWidthFieldSpecified; |
|
|
|
private double maxWidthField; |
|
|
|
private bool maxWidthFieldSpecified; |
|
|
|
private double nodeRadiusField; |
|
|
|
private bool nodeRadiusFieldSpecified; |
|
|
|
private string canLinkedNodesBeDataDrivenField; |
|
|
|
private string canBeDataDrivenField; |
|
|
|
private string defaultActionField; |
|
|
|
private string incomingActionLabelField; |
|
|
|
private ClrBoolean isProviderRootField; |
|
|
|
private bool isProviderRootFieldSpecified; |
|
|
|
private ClrBoolean isContainmentField; |
|
|
|
private bool isContainmentFieldSpecified; |
|
|
|
private ClrBoolean isTagField; |
|
|
|
private bool isTagFieldSpecified; |
|
|
|
private string navigationActionLabelField; |
|
|
|
private string outgoingActionLabelField; |
|
|
|
private string sourceCategoryField; |
|
|
|
private string targetCategoryField; |
|
|
|
private string detailsField; |
|
|
|
private string inboundNameField; |
|
|
|
private string outboundNameField; |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Id { |
|
get { |
|
return this.idField; |
|
} |
|
set { |
|
this.idField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string BasedOn { |
|
get { |
|
return this.basedOnField; |
|
} |
|
set { |
|
this.basedOnField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Label { |
|
get { |
|
return this.labelField; |
|
} |
|
set { |
|
this.labelField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public VisibilityEnum Visibility { |
|
get { |
|
return this.visibilityField; |
|
} |
|
set { |
|
this.visibilityField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool VisibilitySpecified { |
|
get { |
|
return this.visibilityFieldSpecified; |
|
} |
|
set { |
|
this.visibilityFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Background { |
|
get { |
|
return this.backgroundField; |
|
} |
|
set { |
|
this.backgroundField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public double FontSize { |
|
get { |
|
return this.fontSizeField; |
|
} |
|
set { |
|
this.fontSizeField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool FontSizeSpecified { |
|
get { |
|
return this.fontSizeFieldSpecified; |
|
} |
|
set { |
|
this.fontSizeFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string FontFamily { |
|
get { |
|
return this.fontFamilyField; |
|
} |
|
set { |
|
this.fontFamilyField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public FontStyleEnum FontStyle { |
|
get { |
|
return this.fontStyleField; |
|
} |
|
set { |
|
this.fontStyleField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool FontStyleSpecified { |
|
get { |
|
return this.fontStyleFieldSpecified; |
|
} |
|
set { |
|
this.fontStyleFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public FontWeightEnum FontWeight { |
|
get { |
|
return this.fontWeightField; |
|
} |
|
set { |
|
this.fontWeightField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool FontWeightSpecified { |
|
get { |
|
return this.fontWeightFieldSpecified; |
|
} |
|
set { |
|
this.fontWeightFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Stroke { |
|
get { |
|
return this.strokeField; |
|
} |
|
set { |
|
this.strokeField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string StrokeThickness { |
|
get { |
|
return this.strokeThicknessField; |
|
} |
|
set { |
|
this.strokeThicknessField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string StrokeDashArray { |
|
get { |
|
return this.strokeDashArrayField; |
|
} |
|
set { |
|
this.strokeDashArrayField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Icon { |
|
get { |
|
return this.iconField; |
|
} |
|
set { |
|
this.iconField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Shape { |
|
get { |
|
return this.shapeField; |
|
} |
|
set { |
|
this.shapeField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Style { |
|
get { |
|
return this.styleField; |
|
} |
|
set { |
|
this.styleField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public HorizontalAlignmentEnum HorizontalAlignment { |
|
get { |
|
return this.horizontalAlignmentField; |
|
} |
|
set { |
|
this.horizontalAlignmentField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool HorizontalAlignmentSpecified { |
|
get { |
|
return this.horizontalAlignmentFieldSpecified; |
|
} |
|
set { |
|
this.horizontalAlignmentFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public VerticalAlignmentEnum VerticalAlignment { |
|
get { |
|
return this.verticalAlignmentField; |
|
} |
|
set { |
|
this.verticalAlignmentField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool VerticalAlignmentSpecified { |
|
get { |
|
return this.verticalAlignmentFieldSpecified; |
|
} |
|
set { |
|
this.verticalAlignmentFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public double MinWidth { |
|
get { |
|
return this.minWidthField; |
|
} |
|
set { |
|
this.minWidthField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool MinWidthSpecified { |
|
get { |
|
return this.minWidthFieldSpecified; |
|
} |
|
set { |
|
this.minWidthFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public double MaxWidth { |
|
get { |
|
return this.maxWidthField; |
|
} |
|
set { |
|
this.maxWidthField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool MaxWidthSpecified { |
|
get { |
|
return this.maxWidthFieldSpecified; |
|
} |
|
set { |
|
this.maxWidthFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public double NodeRadius { |
|
get { |
|
return this.nodeRadiusField; |
|
} |
|
set { |
|
this.nodeRadiusField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool NodeRadiusSpecified { |
|
get { |
|
return this.nodeRadiusFieldSpecified; |
|
} |
|
set { |
|
this.nodeRadiusFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string CanLinkedNodesBeDataDriven { |
|
get { |
|
return this.canLinkedNodesBeDataDrivenField; |
|
} |
|
set { |
|
this.canLinkedNodesBeDataDrivenField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string CanBeDataDriven { |
|
get { |
|
return this.canBeDataDrivenField; |
|
} |
|
set { |
|
this.canBeDataDrivenField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string DefaultAction { |
|
get { |
|
return this.defaultActionField; |
|
} |
|
set { |
|
this.defaultActionField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string IncomingActionLabel { |
|
get { |
|
return this.incomingActionLabelField; |
|
} |
|
set { |
|
this.incomingActionLabelField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean IsProviderRoot { |
|
get { |
|
return this.isProviderRootField; |
|
} |
|
set { |
|
this.isProviderRootField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool IsProviderRootSpecified { |
|
get { |
|
return this.isProviderRootFieldSpecified; |
|
} |
|
set { |
|
this.isProviderRootFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean IsContainment { |
|
get { |
|
return this.isContainmentField; |
|
} |
|
set { |
|
this.isContainmentField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool IsContainmentSpecified { |
|
get { |
|
return this.isContainmentFieldSpecified; |
|
} |
|
set { |
|
this.isContainmentFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean IsTag { |
|
get { |
|
return this.isTagField; |
|
} |
|
set { |
|
this.isTagField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool IsTagSpecified { |
|
get { |
|
return this.isTagFieldSpecified; |
|
} |
|
set { |
|
this.isTagFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string NavigationActionLabel { |
|
get { |
|
return this.navigationActionLabelField; |
|
} |
|
set { |
|
this.navigationActionLabelField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string OutgoingActionLabel { |
|
get { |
|
return this.outgoingActionLabelField; |
|
} |
|
set { |
|
this.outgoingActionLabelField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string SourceCategory { |
|
get { |
|
return this.sourceCategoryField; |
|
} |
|
set { |
|
this.sourceCategoryField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string TargetCategory { |
|
get { |
|
return this.targetCategoryField; |
|
} |
|
set { |
|
this.targetCategoryField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Details { |
|
get { |
|
return this.detailsField; |
|
} |
|
set { |
|
this.detailsField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string InboundName { |
|
get { |
|
return this.inboundNameField; |
|
} |
|
set { |
|
this.inboundNameField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string OutboundName { |
|
get { |
|
return this.outboundNameField; |
|
} |
|
set { |
|
this.outboundNameField = value; |
|
} |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] |
|
[System.SerializableAttribute()] |
|
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
[System.ComponentModel.DesignerCategoryAttribute("code")] |
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://schemas.microsoft.com/vs/2009/dgml")] |
|
public partial class DirectedGraphProperty { |
|
|
|
private string idField; |
|
|
|
private ClrBoolean isReferenceField; |
|
|
|
private bool isReferenceFieldSpecified; |
|
|
|
private string labelField; |
|
|
|
private string dataTypeField; |
|
|
|
private string descriptionField; |
|
|
|
private string groupField; |
|
|
|
private string referenceTemplateField; |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Id { |
|
get { |
|
return this.idField; |
|
} |
|
set { |
|
this.idField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean IsReference { |
|
get { |
|
return this.isReferenceField; |
|
} |
|
set { |
|
this.isReferenceField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool IsReferenceSpecified { |
|
get { |
|
return this.isReferenceFieldSpecified; |
|
} |
|
set { |
|
this.isReferenceFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Label { |
|
get { |
|
return this.labelField; |
|
} |
|
set { |
|
this.labelField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string DataType { |
|
get { |
|
return this.dataTypeField; |
|
} |
|
set { |
|
this.dataTypeField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Description { |
|
get { |
|
return this.descriptionField; |
|
} |
|
set { |
|
this.descriptionField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Group { |
|
get { |
|
return this.groupField; |
|
} |
|
set { |
|
this.groupField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string ReferenceTemplate { |
|
get { |
|
return this.referenceTemplateField; |
|
} |
|
set { |
|
this.referenceTemplateField = value; |
|
} |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] |
|
[System.SerializableAttribute()] |
|
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
[System.ComponentModel.DesignerCategoryAttribute("code")] |
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://schemas.microsoft.com/vs/2009/dgml")] |
|
public partial class DirectedGraphName { |
|
|
|
private string idField; |
|
|
|
private string labelField; |
|
|
|
private string valueTypeField; |
|
|
|
private string formatterField; |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Id { |
|
get { |
|
return this.idField; |
|
} |
|
set { |
|
this.idField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Label { |
|
get { |
|
return this.labelField; |
|
} |
|
set { |
|
this.labelField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string ValueType { |
|
get { |
|
return this.valueTypeField; |
|
} |
|
set { |
|
this.valueTypeField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Formatter { |
|
get { |
|
return this.formatterField; |
|
} |
|
set { |
|
this.formatterField = value; |
|
} |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] |
|
[System.SerializableAttribute()] |
|
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
[System.ComponentModel.DesignerCategoryAttribute("code")] |
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://schemas.microsoft.com/vs/2009/dgml")] |
|
public partial class DirectedGraphAlias { |
|
|
|
private byte nField; |
|
|
|
private string uriField; |
|
|
|
private string idField; |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public byte n { |
|
get { |
|
return this.nField; |
|
} |
|
set { |
|
this.nField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Uri { |
|
get { |
|
return this.uriField; |
|
} |
|
set { |
|
this.uriField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Id { |
|
get { |
|
return this.idField; |
|
} |
|
set { |
|
this.idField = value; |
|
} |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] |
|
[System.SerializableAttribute()] |
|
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
[System.ComponentModel.DesignerCategoryAttribute("code")] |
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://schemas.microsoft.com/vs/2009/dgml")] |
|
public partial class DirectedGraphStyle { |
|
|
|
private DirectedGraphStyleCondition conditionField; |
|
|
|
private DirectedGraphStyleSetter[] setterField; |
|
|
|
private TargetTypeEnum targetTypeField; |
|
|
|
private ClrBoolean isEnabledField; |
|
|
|
private bool isEnabledFieldSpecified; |
|
|
|
private string groupLabelField; |
|
|
|
private string valueLabelField; |
|
|
|
private string toolTipField; |
|
|
|
/// <remarks/> |
|
public DirectedGraphStyleCondition Condition { |
|
get { |
|
return this.conditionField; |
|
} |
|
set { |
|
this.conditionField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlElementAttribute("Setter")] |
|
public DirectedGraphStyleSetter[] Setter { |
|
get { |
|
return this.setterField; |
|
} |
|
set { |
|
this.setterField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public TargetTypeEnum TargetType { |
|
get { |
|
return this.targetTypeField; |
|
} |
|
set { |
|
this.targetTypeField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public ClrBoolean IsEnabled { |
|
get { |
|
return this.isEnabledField; |
|
} |
|
set { |
|
this.isEnabledField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlIgnoreAttribute()] |
|
public bool IsEnabledSpecified { |
|
get { |
|
return this.isEnabledFieldSpecified; |
|
} |
|
set { |
|
this.isEnabledFieldSpecified = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string GroupLabel { |
|
get { |
|
return this.groupLabelField; |
|
} |
|
set { |
|
this.groupLabelField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string ValueLabel { |
|
get { |
|
return this.valueLabelField; |
|
} |
|
set { |
|
this.valueLabelField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string ToolTip { |
|
get { |
|
return this.toolTipField; |
|
} |
|
set { |
|
this.toolTipField = value; |
|
} |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] |
|
[System.SerializableAttribute()] |
|
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
[System.ComponentModel.DesignerCategoryAttribute("code")] |
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://schemas.microsoft.com/vs/2009/dgml")] |
|
public partial class DirectedGraphStyleCondition { |
|
|
|
private string expressionField; |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Expression { |
|
get { |
|
return this.expressionField; |
|
} |
|
set { |
|
this.expressionField = value; |
|
} |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] |
|
[System.SerializableAttribute()] |
|
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
[System.ComponentModel.DesignerCategoryAttribute("code")] |
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://schemas.microsoft.com/vs/2009/dgml")] |
|
public partial class DirectedGraphStyleSetter { |
|
|
|
private PropertyType propertyField; |
|
|
|
private string valueField; |
|
|
|
private string expressionField; |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public PropertyType Property { |
|
get { |
|
return this.propertyField; |
|
} |
|
set { |
|
this.propertyField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Value { |
|
get { |
|
return this.valueField; |
|
} |
|
set { |
|
this.valueField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Expression { |
|
get { |
|
return this.expressionField; |
|
} |
|
set { |
|
this.expressionField = value; |
|
} |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] |
|
[System.SerializableAttribute()] |
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/vs/2009/dgml")] |
|
public enum PropertyType { |
|
|
|
/// <remarks/> |
|
ArrowHeadSize, |
|
|
|
/// <remarks/> |
|
ArrowHeadWidth, |
|
|
|
/// <remarks/> |
|
Background, |
|
|
|
/// <remarks/> |
|
FontFamily, |
|
|
|
/// <remarks/> |
|
FontSize, |
|
|
|
/// <remarks/> |
|
FontStyle, |
|
|
|
/// <remarks/> |
|
FontWeight, |
|
|
|
/// <remarks/> |
|
Foreground, |
|
|
|
/// <remarks/> |
|
HorizontalAlignment, |
|
|
|
/// <remarks/> |
|
Icon, |
|
|
|
/// <remarks/> |
|
Image, |
|
|
|
/// <remarks/> |
|
MinWidth, |
|
|
|
/// <remarks/> |
|
MaxWidth, |
|
|
|
/// <remarks/> |
|
NodeRadius, |
|
|
|
/// <remarks/> |
|
SelectedStroke, |
|
|
|
/// <remarks/> |
|
ShadowDepth, |
|
|
|
/// <remarks/> |
|
Shape, |
|
|
|
/// <remarks/> |
|
Stroke, |
|
|
|
/// <remarks/> |
|
StrokeDashArray, |
|
|
|
/// <remarks/> |
|
StrokeThickness, |
|
|
|
/// <remarks/> |
|
Style, |
|
} |
|
|
|
/// <remarks/> |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] |
|
[System.SerializableAttribute()] |
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/vs/2009/dgml")] |
|
public enum TargetTypeEnum { |
|
|
|
/// <remarks/> |
|
Node, |
|
|
|
/// <remarks/> |
|
Link, |
|
} |
|
|
|
/// <remarks/> |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] |
|
[System.SerializableAttribute()] |
|
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
[System.ComponentModel.DesignerCategoryAttribute("code")] |
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://schemas.microsoft.com/vs/2009/dgml")] |
|
public partial class DirectedGraphPath { |
|
|
|
private string idField; |
|
|
|
private string valueField; |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Id { |
|
get { |
|
return this.idField; |
|
} |
|
set { |
|
this.idField = value; |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.Xml.Serialization.XmlAttributeAttribute()] |
|
public string Value { |
|
get { |
|
return this.valueField; |
|
} |
|
set { |
|
this.valueField = value; |
|
} |
|
} |
|
} |
|
|
|
/// <remarks/> |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] |
|
[System.SerializableAttribute()] |
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/vs/2009/dgml")] |
|
public enum GraphDirectionEnum { |
|
|
|
/// <remarks/> |
|
TopToBottom, |
|
|
|
/// <remarks/> |
|
BottomToTop, |
|
|
|
/// <remarks/> |
|
LeftToRight, |
|
|
|
/// <remarks/> |
|
RightToLeft, |
|
} |
|
|
|
/// <remarks/> |
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] |
|
[System.SerializableAttribute()] |
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/vs/2009/dgml")] |
|
public enum LayoutEnum { |
|
|
|
/// <remarks/> |
|
None, |
|
|
|
/// <remarks/> |
|
Sugiyama, |
|
|
|
/// <remarks/> |
|
ForceDirected, |
|
|
|
/// <remarks/> |
|
DependencyMatrix, |
|
} |
|
} |