A Sandcastle Documented Class Library
Source Class
NamespacesColladaSource
This class represents a collada source. It holds information to be used by other collada constructs, like skins and meshes. Source implements the ISource interface.
Declaration Syntax
C#Visual BasicVisual C++
public class Source : ISource
Public Class Source _
	Implements ISource
public ref class Source : ISource
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Source(XmlElement)
Creates a new Source object according to the specifications of the XML element you pass in.

Add(Object)
Adds an item to the source

AddRange(IList)
Adds a range of several elements to the source as one entry

AllowDuplicates
When adding new data to the source, do you want to allow duplicate entries?

Clear()()()
Clears all data out of the source

Data
The list of all the data in the source

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetIndex(IList)
Returns the entry index of this list of integers in the source.

GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Hash
Used for quickly finding the index of an entry in the source.

Id
The id attribute from the collada element

IndexOf(Object)
Returns the entry index of the specified item.

Item[([(Int32])])
Retrieves the entry at the given index in the source

ItemCount
How many entries are in this source?

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
The name attribute from the collada element

Presave()()()
Does any work necessary to prepare the XML for saving.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
Source

Assembly: Collada (Module: Collada) Version: 1.0.0.0 (1.0.0.0)