Class Import
Inheritance
System.Object
Import
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TypeScriptDefToCSharp.Model
Assembly: OpenSilver.Compiler.TypeScriptDefToCSharp.dll
Syntax
public class Import
Constructors
| Improve this Doc View SourceImport()
Declaration
public Import()
Import(XElement)
Declaration
public Import(XElement elem)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.Linq.XElement | elem |
Properties
| Improve this Doc View SourceAlias
Declaration
public string Alias { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceEquals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()