
| Core.Tools.AccountManager.Factories.TagFactory.TagFactory | ( | ) |
| bool Core.Tools.AccountManager.Factories.TagFactory.UpdateTag | ( | BaseTag | tag | ) |
| bool Core.Tools.AccountManager.Factories.TagFactory.DeleteTag | ( | BaseTag | tag | ) |
| int Core.Tools.AccountManager.Factories.TagFactory.DeleteTagsByAccount | ( | Account | account | ) |
| int Core.Tools.AccountManager.Factories.TagFactory.DeleteTagsByIds | ( | int[] | ids, | |
| Organization | organization | |||
| ) |
| bool Core.Tools.AccountManager.Factories.TagFactory.AddTag | ( | BaseTag | new_tag | ) |
| BaseTag Core.Tools.AccountManager.Factories.TagFactory.GetTagById | ( | int | id, | |
| Organization | organization | |||
| ) |
| DataTag Core.Tools.AccountManager.Factories.TagFactory.GetDataTagByName | ( | String | name, | |
| Organization | organization | |||
| ) |
| BaseTag Core.Tools.AccountManager.Factories.TagFactory.GetTagByName | ( | String | name, | |
| TagType | type, | |||
| Organization | organization | |||
| ) |
| List<AccountTag> Core.Tools.AccountManager.Factories.TagFactory.GetAccountTags | ( | Organization | organization | ) |
| List<AccountTag> Core.Tools.AccountManager.Factories.TagFactory.GetAccountTags | ( | Db.FieldMatch | match, | |
| Organization | organization | |||
| ) |
| List<DataTag> Core.Tools.AccountManager.Factories.TagFactory.GetDataTags | ( | Organization | organization | ) |
| List<DataTag> Core.Tools.AccountManager.Factories.TagFactory.GetDataTags | ( | Db.FieldMatch | match, | |
| Organization | organization | |||
| ) |
| override void Core.Tools.AccountManager.Factories.TagFactory.SetParameters | ( | IDataParameterCollection | coll, | |
| Map.NameId | map, | |||
| Db.DbProcessingInstruction | instruction | |||
| ) | [protected] |
| BaseTag Core.Tools.AccountManager.Factories.TagFactory.NewTag | ( | String | tag_name, | |
| TagType | Type, | |||
| Organization | organization | |||
| ) |
| virtual BaseTag Core.Tools.AccountManager.Factories.TagFactory.NewTag | ( | TagType | Type | ) | [protected, virtual] |
| override NameId Core.Tools.AccountManager.Factories.TagFactory.Read | ( | IDataReader | reader, | |
| Db.DbProcessingInstruction | instruction | |||
| ) | [protected, virtual] |
Reimplemented from Core.Tools.AccountManager.Factories.NameIdFactory.
| static Map.DataTag Core.Tools.AccountManager.Factories.TagFactory.DataTagConverter | ( | Map.NameId | map | ) | [static] |
| static Map.AccountTag Core.Tools.AccountManager.Factories.TagFactory.AccountTagConverter | ( | Map.NameId | map | ) | [static] |
| Db.FieldMatch Core.Tools.AccountManager.Factories.TagFactory.GetFieldTagType | ( | TagType | tag_type | ) | [protected] |