Class FileUserProfileItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Asgard3.Core.XML
Assembly: Asgard3.Core.dll
Syntax
public class FileUserProfileItem : FileItem
Constructors
| Improve this Doc View SourceFileUserProfileItem(ProfileDatabase)
Declaration
public FileUserProfileItem(ProfileDatabase profileDatabase)
Parameters
Type | Name | Description |
---|---|---|
ProfileDatabase | profileDatabase |
Properties
| Improve this Doc View SourceProfileDatabase
Declaration
public ProfileDatabase ProfileDatabase { get; set; }
Property Value
Type | Description |
---|---|
ProfileDatabase |
Methods
| Improve this Doc View SourceSave()
Declaration
public override void Save()